Skip to content
Snippets Groups Projects
Commit 285f47ed authored by Felix Nordgren's avatar Felix Nordgren
Browse files

fixed test

parent 741afe56
No related branches found
No related tags found
3 merge requests!4Fix tests,!3Fix tests,!2Fix tests
Pipeline #53664 failed
...@@ -32,7 +32,7 @@ public class AllTests { ...@@ -32,7 +32,7 @@ public class AllTests {
suite.addTest(net.sf.freecol.common.option.AllTests.suite()); suite.addTest(net.sf.freecol.common.option.AllTests.suite());
suite.addTest(net.sf.freecol.common.model.AllTests.suite()); suite.addTest(net.sf.freecol.common.model.AllTests.suite());
suite.addTest(net.sf.freecol.common.utils.AllTests.suite()); suite.addTest(net.sf.freecol.common.utils.AllTests.suite());
suite.addTest(net.sf.freecol.common.sound.AllTests.suite()); //suite.addTest(net.sf.freecol.common.sound.AllTests.suite());
//$JUnit-END$ //$JUnit-END$
return suite; return suite;
} }
......
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