From 4ca5b01f28262ec2d2cfa890160b8139cf60c786 Mon Sep 17 00:00:00 2001 From: Michael Valenta Date: Mon, 9 May 2005 00:36:18 +0000 Subject: Reducing the number of tests --- .../src/org/eclipse/team/tests/ccvs/ui/benchmark/SyncTests.java | 9 --------- .../org/eclipse/team/tests/ccvs/ui/benchmark/WorkflowTests.java | 5 ----- 2 files changed, 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()); -- cgit v1.2.3