Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Lehmann2010-10-29 11:39:43 +0000
committerPascal Lehmann2010-10-29 11:39:43 +0000
commit22f40201c719119685d2bedd616fd11bda8e18c1 (patch)
treeae3521591d5b86d6b029c6f18dfea1b7445f501a /plugins/org.eclipse.emf.cdo.tests.db/src
parent66e9f77d0ce4a03bf07ca674625185ab2b426177 (diff)
downloadcdo-22f40201c719119685d2bedd616fd11bda8e18c1.tar.gz
cdo-22f40201c719119685d2bedd616fd11bda8e18c1.tar.xz
cdo-22f40201c719119685d2bedd616fd11bda8e18c1.zip
[329014] LastUpdateTimestamp of ReplicatorSession not set on local commits
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329014
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.db/src')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2Offline.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2Offline.java b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2Offline.java
index 50330f8cd9..1768138d13 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2Offline.java
+++ b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2Offline.java
@@ -21,6 +21,7 @@ import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_319552_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325097_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326047_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328352_Test;
+import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_329014_Test;
import org.eclipse.emf.cdo.tests.config.impl.ConfigTest;
import org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig.OfflineConfig;
@@ -78,6 +79,7 @@ public class AllTestsDBH2Offline extends DBConfigs
{
// super.initTestClasses(testClasses);
+ testClasses.add(Bugzilla_329014_Test.class);
testClasses.add(Bugzilla_328352_Test.class);
testClasses.add(Bugzilla_326047_Test.class);
testClasses.add(Bugzilla_325097_Test.class);

Back to the top