Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-01-30 16:51:56 +0000
committerEike Stepper2017-01-30 16:51:56 +0000
commitf3cc80821ac2c25c9ed892dcd194c232784b985c (patch)
treefaa404f7e98b7da37e12a82356df5f14ad4dbfa4 /plugins/org.eclipse.emf.cdo.tests/launches
parent5299e1447b063ffd15f67613032fd7e7651594ad (diff)
downloadcdo-f3cc80821ac2c25c9ed892dcd194c232784b985c.tar.gz
cdo-f3cc80821ac2c25c9ed892dcd194c232784b985c.tar.xz
cdo-f3cc80821ac2c25c9ed892dcd194c232784b985c.zip
[511324] Support VarInt and VarLong serialization
https://bugs.eclipse.org/bugs/show_bug.cgi?id=511324
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/launches')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/launches/CDO AllTests (MEM branching TCP).launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/launches/CDO AllTests (MEM branching TCP).launch b/plugins/org.eclipse.emf.cdo.tests/launches/CDO AllTests (MEM branching TCP).launch
index 99183f6eaf..3bfc317e84 100644
--- a/plugins/org.eclipse.emf.cdo.tests/launches/CDO AllTests (MEM branching TCP).launch
+++ b/plugins/org.eclipse.emf.cdo.tests/launches/CDO AllTests (MEM branching TCP).launch
@@ -18,5 +18,5 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.cdo.tests.AllTestsMEMBranchesTCP"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.tests"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dorg.eclipse.net4j.tcp.ssl.trust=sslKey/testTrust -Dorg.eclipse.net4j.tcp.ssl.key=sslKey/testKeys"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dorg.eclipse.net4j.tcp.ssl.trust=sslKey/testTrust&#13;&#10;-Dorg.eclipse.net4j.tcp.ssl.key=sslKey/testKeys&#13;&#10;-Dorg.eclipse.emf.cdo.common.protocol.X_COMPRESSION=true"/>
</launchConfiguration>

Back to the top