Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Winkler2009-10-28 07:37:22 +0000
committerStefan Winkler2009-10-28 07:37:22 +0000
commitf5fb221b9287f0c1993abdef5d28d5bc10e69437 (patch)
tree92ba048dcece8225eb015ce6aead9127e3aa5d53
parent73c13b704d95276dadfaa915119d027aa6c08ffb (diff)
downloadcdo-f5fb221b9287f0c1993abdef5d28d5bc10e69437.tar.gz
cdo-f5fb221b9287f0c1993abdef5d28d5bc10e69437.tar.xz
cdo-f5fb221b9287f0c1993abdef5d28d5bc10e69437.zip
[293405] Containment in FeatureMaps is not handled correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=293405
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/FeatureMapTest.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/FeatureMapTest.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/FeatureMapTest.java
index e6d4d305fa..d8292cacd5 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/FeatureMapTest.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/FeatureMapTest.java
@@ -178,6 +178,11 @@ public class FeatureMapTest extends AbstractCDOTest
assertEquals(ref2, fmDb.getEStructuralFeature(7));
}
+ // TODO remove, if at least one testcase is activated again
+ public void testDummy() throws Exception
+ {
+ }
+
public void _testFeatureMaps() throws Exception
{
{

Back to the top