Skip to content
Snippets Groups Projects
Commit 65480c9b authored by Emma Strömberg's avatar Emma Strömberg
Browse files

Update AllTests.java

parent dfe145ab
No related branches found
No related tags found
No related merge requests found
Pipeline #142012 failed
......@@ -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