diff options
author | Michael Valenta | 2005-05-09 00:36:18 +0000 |
---|---|---|
committer | Michael Valenta | 2005-05-09 00:36:18 +0000 |
commit | 4ca5b01f28262ec2d2cfa890160b8139cf60c786 (patch) | |
tree | 824d14c2b52b606b9bb5dd8493fd615f4d16317a /tests | |
parent | 6ff1099c3befda96ac29db3928cb1ad5af4816c6 (diff) | |
download | eclipse.platform.team-4ca5b01f28262ec2d2cfa890160b8139cf60c786.tar.gz eclipse.platform.team-4ca5b01f28262ec2d2cfa890160b8139cf60c786.tar.xz eclipse.platform.team-4ca5b01f28262ec2d2cfa890160b8139cf60c786.zip |
Reducing the number of testsI20050506
Diffstat (limited to 'tests')
2 files changed, 0 insertions, 14 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/benchmark/SyncTests.java b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/benchmark/SyncTests.java index 5ff9c8d5a..c43eeb5fb 100644 --- a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/benchmark/SyncTests.java +++ b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/benchmark/SyncTests.java @@ -16,7 +16,6 @@ import junit.framework.Test; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IResource; import org.eclipse.team.tests.ccvs.core.subscriber.SyncInfoSource; -import org.eclipse.team.tests.ccvs.ui.SynchronizeViewTestAdapter; public class SyncTests extends BenchmarkTest { private static final int FILE_SIZE_MEAN = 16384; @@ -40,14 +39,6 @@ public class SyncTests extends BenchmarkTest { return suite(SyncTests.class); } - public void testSync10() throws Exception { - runTestSync(10, "CVS Synchronize 10", false, new SynchronizeViewTestAdapter()); - } - - public void testSync100() throws Exception { - runTestSync(100, "CVS Synchronize 100", false, new SynchronizeViewTestAdapter()); - } - public void testSync100NoUI() throws Exception { runTestSync(100, "CVS Synchronize No UI", false, new SyncInfoSource()); } diff --git a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java index 18f8b244c..940915e56 100644 --- a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java +++ b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java @@ -17,7 +17,6 @@ import junit.framework.Test; import org.eclipse.core.resources.*; import org.eclipse.team.internal.ccvs.core.CVSTag; import org.eclipse.team.tests.ccvs.core.subscriber.SyncInfoSource; -import org.eclipse.team.tests.ccvs.ui.SynchronizeViewTestAdapter; public class WorkflowTests extends BenchmarkTest { private int FILE_SIZE_MEAN = 16384; @@ -53,10 +52,6 @@ public class WorkflowTests extends BenchmarkTest { public static Test suite() { return suite(WorkflowTests.class); } - - public void testBigWorkflow() throws Exception { - runWorkflowTests("testBig", BenchmarkTestSetup.BIG_ZIP_FILE, "CVS Big Workflow", BenchmarkTestSetup.LOOP_COUNT, false, new SynchronizeViewTestAdapter()); - } public void testBigWorkflowNoUI() throws Exception { runWorkflowTests("testBigWithNoUI", BenchmarkTestSetup.BIG_ZIP_FILE, "CVS Workflow No UI", BenchmarkTestSetup.LOOP_COUNT, false, new SyncInfoSource()); |