Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSzymon Brandys2010-08-02 13:54:30 +0000
committerSzymon Brandys2010-08-02 13:54:30 +0000
commitd93083e6f96324f5cb09cc2a72be126bac454a8a (patch)
tree131edc1a0de4c0ac35c9b9046de4a436ea643eb3 /tests
parent262b954954270a688c4a2722bc34f26cad37292a (diff)
downloadeclipse.platform.team-d93083e6f96324f5cb09cc2a72be126bac454a8a.tar.gz
eclipse.platform.team-d93083e6f96324f5cb09cc2a72be126bac454a8a.tar.xz
eclipse.platform.team-d93083e6f96324f5cb09cc2a72be126bac454a8a.zip
Changing the project amount to see how it affects tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/ProjectSetImporterTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/ProjectSetImporterTests.java b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/ProjectSetImporterTests.java
index 1ed147833..33ab68af0 100644
--- a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/ProjectSetImporterTests.java
+++ b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/ProjectSetImporterTests.java
@@ -36,7 +36,7 @@ public class ProjectSetImporterTests extends EclipseTest {
private final static String PSF_FILENAME = "temp.psf";
private final static File PSF_FILE = new File(PSF_FILENAME);
- private static final int PROJECTS_NO = 50;
+ private static final int PROJECTS_NO = 30;
private final static String psf_header_0 = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
private final static String psf_header_1 = "<psf version=\"2.0\">";

Back to the top