Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-09-13 14:45:32 +0000
committermtaal2009-09-13 14:45:32 +0000
commite085d0a074dd0a7cd001141a374955d948445dc0 (patch)
tree3446f0a5a61d78ecb985435c7a1c93448c1424ea /tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations
parentbd56677b3b0f4b9d07835571e2d101214e22e2c3 (diff)
downloadorg.eclipse.emf.teneo-e085d0a074dd0a7cd001141a374955d948445dc0.tar.gz
org.eclipse.emf.teneo-e085d0a074dd0a7cd001141a374955d948445dc0.tar.xz
org.eclipse.emf.teneo-e085d0a074dd0a7cd001141a374955d948445dc0.zip
[287970]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations')
-rw-r--r--tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/InheritanceAnnotationAction.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/InheritanceAnnotationAction.java b/tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/InheritanceAnnotationAction.java
index 21022aaa5..7e0c9ad9c 100644
--- a/tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/InheritanceAnnotationAction.java
+++ b/tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/InheritanceAnnotationAction.java
@@ -39,7 +39,7 @@ import org.eclipse.emf.teneo.test.stores.TestStore;
* Tests annotations to direct the inheritance mapping.
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.12 $
+ * @version $Revision: 1.13 $
*/
public class InheritanceAnnotationAction extends AbstractTestAction {
@@ -70,7 +70,7 @@ public class InheritanceAnnotationAction extends AbstractTestAction {
cntus++;
if (address.getName().compareTo("empty") == 0) {
-// assertFalse(((USAddress) address).isSetState());
+ // assertFalse(((USAddress) address).isSetState());
} else {
assertTrue(((USAddress) address).isSetState());
}
@@ -84,6 +84,7 @@ public class InheritanceAnnotationAction extends AbstractTestAction {
/** Creates simple types and tests against */
@Override
public void doAction(TestStore store) {
+ store.disableDrop();
// test a simple type
final InheritancemappingFactory factory = InheritancemappingFactory.eINSTANCE;
{

Back to the top