Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-10-09 11:34:29 +0000
committerMartin Fluegge2011-10-09 11:34:29 +0000
commit5ed07c0998ec02364ffb549f7a693bd9648c5962 (patch)
tree387276d2243ae333577880800730f595d4c4e38b
parent76e0753bbb597092beb5e2e154fd54a08121b2ae (diff)
downloadcdo-5ed07c0998ec02364ffb549f7a693bd9648c5962.tar.gz
cdo-5ed07c0998ec02364ffb549f7a693bd9648c5962.tar.xz
cdo-5ed07c0998ec02364ffb549f7a693bd9648c5962.zip
[359992] [Legacy] CDODeltaNotification.getNewValue() returns a CDOLegacyWrapper instead of the wrapped EObject
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359992
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java
index 092daf8f65..8d51072445 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java
@@ -243,5 +243,6 @@ public abstract class AllConfigs extends ConfigTestSuite
testClasses.add(Bugzilla_354395_Test.class);
testClasses.add(Bugzilla_355915_Test.class);
testClasses.add(Bugzilla_357441_Test.class);
+ testClasses.add(Bugzilla_359992_Test.class);
}
}

Back to the top