Skip to content
Snippets Groups Projects
Commit cf5dabaf authored by Tobias Johansson's avatar Tobias Johansson
Browse files

Merge branch 'Fix_tests' into 'master'

Commented out sound

See merge request !2
parents 6f57d446 3c4e2c8c
No related branches found
No related tags found
1 merge request!2Commented out sound
Pipeline #105605 passed
......@@ -32,7 +32,7 @@ public class AllTests {
suite.addTest(net.sf.freecol.common.option.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.sound.AllTests.suite());
//suite.addTest(net.sf.freecol.common.sound.AllTests.suite());
//$JUnit-END$
return suite;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment