Yet another attempt to fix tests

This commit is contained in:
Maxim Shafirov
2012-02-06 15:01:54 +04:00
parent 87f3b649e6
commit f80ad4c35a
3 changed files with 1 additions and 23 deletions
@@ -1,13 +0,0 @@
package test.collections;
import junit.framework.TestSuite;
/**
*/
public class TestAll {
// public static TestSuite suite() {
// TestSuite suite = new TestSuite(StandardCollectionTest.class, CollectionTest.class, IoTest.class, ListTest.class, MapTest.class, SetTest.class, OldStdlibTest.class, MathTest.class);
// suite.addTest(testDslExample.namespace.getSuite());
// return suite;
// }
}
-9
View File
@@ -8,15 +8,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/junit-4.9.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module" module-name="stdlib" exported="" />
</component>
</module>