commit | 96a830bde762097a5a503dded2261e5f9e2556ff | [log] [tgz] |
---|---|---|
author | Dorian Birsan <dbirsan> | Fri Apr 29 19:37:45 2005 +0000 |
committer | Dorian Birsan <dbirsan> | Fri Apr 29 19:37:45 2005 +0000 |
tree | e4a38a24d176ce07f352235cc55240c89f21bb11 | |
parent | d104e5f5af7bea2e284066f2aaa1b7405b395e80 [diff] |
remove the perf tests
diff --git a/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/perfms/AllPerformanceTests.java b/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/perfms/AllPerformanceTests.java index e669b7d..eecb3db 100644 --- a/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/perfms/AllPerformanceTests.java +++ b/update/org.eclipse.update.tests.core/src/org/eclipse/update/tests/perfms/AllPerformanceTests.java
@@ -22,8 +22,8 @@ TestSuite suite = new TestSuite(); suite.setName("Update Performance Tests"); - // the following will take all teh test methods in the class that start with 'test' - suite.addTest(new TestSuite(TestStartup.class)); + // the following will take all the test methods in the class that start with 'test' + //suite.addTest(new TestSuite(TestStartup.class)); return suite; } }