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;
// }
}