Skip to content
Snippets Groups Projects
Commit 11a55308 authored by Oskar Gottfridsson's avatar Oskar Gottfridsson
Browse files

Merge branch 'Fix_tests' into 'master'

Merge working test

See merge request !2
parents d9ff7ab5 a2e824b9
No related branches found
No related tags found
1 merge request!2Merge working test
Pipeline #105553 passed
...@@ -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.
Please register or to comment