Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-13 03:39:22 +0000
committerEike Stepper2011-09-13 03:39:22 +0000
commit1dcbe274d12465584e48d4146c2c049ee855b79c (patch)
tree273b54945a14389c3efa3f44679b22d988afe266 /plugins
parent90f250aa45dd52723e7871248a85a427d697710b (diff)
downloadcdo-1dcbe274d12465584e48d4146c2c049ee855b79c.tar.gz
cdo-1dcbe274d12465584e48d4146c2c049ee855b79c.tar.xz
cdo-1dcbe274d12465584e48d4146c2c049ee855b79c.zip
[351078] [DB] Support raw replication in HorizontalBranchingMappingStrategyWithRanges
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351078
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/offline/Bugzilla_319552_Test.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/offline/Bugzilla_319552_Test.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/offline/Bugzilla_319552_Test.java
index 0e532d5455..b5914a133b 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/offline/Bugzilla_319552_Test.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/offline/Bugzilla_319552_Test.java
@@ -59,7 +59,6 @@ public class Bugzilla_319552_Test extends AbstractSyncingTest
transaction.commit();
getOfflineConfig().stopMasterTransport();
- // getOfflineConfig().stopMasterTransport();
waitForOffline(clone);
// do some online changes to increase the revision.

Back to the top