Skip to content
Snippets Groups Projects
Commit 3152e5fc authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

remove timestamp

parent b5f82222
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class FlexiprepTest extends TestNGSuite with Matchers {
override def configName = "flexiprep"
override def globalConfig = new Config(map)
qSettings = new QSettings
qSettings.runName = "test." + System.currentTimeMillis
qSettings.runName = "test"
}
}
......
......@@ -26,7 +26,7 @@ class MappingTest extends TestNGSuite with Matchers {
override def configName = "mapping"
override def globalConfig = new Config(map)
qSettings = new QSettings
qSettings.runName = "test." + System.currentTimeMillis
qSettings.runName = "test"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment