Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-10-19 18:45:36 +0000
committerMichael Valenta2006-10-19 18:45:36 +0000
commitd281bed3f4444057e637d7c173aa6868cd2a3c1c (patch)
treeca7db6de6809348443a6eda08acf05201fa5984a /tests/org.eclipse.team.tests.cvs.core/launchConfigurations
parent46f48fa7d03400e8246bb1a2f09652c6e1a201a6 (diff)
downloadeclipse.platform.team-d281bed3f4444057e637d7c173aa6868cd2a3c1c.tar.gz
eclipse.platform.team-d281bed3f4444057e637d7c173aa6868cd2a3c1c.tar.xz
eclipse.platform.team-d281bed3f4444057e637d7c173aa6868cd2a3c1c.zip
Bug 43211 [Viewers] Ability to lazily update the labels in the compare editor
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/launchConfigurations')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/launchConfigurations/One CVS Test.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/One CVS Test.launch b/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/One CVS Test.launch
index fb314b28f..ce2cdf87c 100644
--- a/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/One CVS Test.launch
+++ b/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/One CVS Test.launch
@@ -266,7 +266,7 @@
<stringAttribute key="location1" value="C:\Eclipse\Latest-Eclipse-Drop\eclipse\runtime-test-workspace"/>
<stringAttribute key="pde.version" value="3.2a"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os win32 -ws win32 -arch x86 -nl en_CA"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Declipse.cvs.properties=c:\eclipse\repository.properties -Declipse.cvs.testName2=testUpdateOfRemotelyRemovedFile"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Declipse.cvs.properties=c:\eclipse\repository.properties -Declipse.cvs.testName2=testSaveOnUpdateWhenDirty"/>
<booleanAttribute key="default" value="true"/>
<booleanAttribute key="clearConfig" value="true"/>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>

Back to the top