Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2008-06-10 09:41:19 +0000
committermtaal2008-06-10 09:41:19 +0000
commit83fc7450ce60946f39707a757e9e644c40bb7ca9 (patch)
tree4f084b6c16316d6581984d3cf63a53b5634708c5 /tests/org.eclipse.emf.teneo.commontest
parentb4936b3fcc1d4e0e1c0b26cda0bbb27c8e740847 (diff)
downloadorg.eclipse.emf.teneo-83fc7450ce60946f39707a757e9e644c40bb7ca9.tar.gz
org.eclipse.emf.teneo-83fc7450ce60946f39707a757e9e644c40bb7ca9.tar.xz
org.eclipse.emf.teneo-83fc7450ce60946f39707a757e9e644c40bb7ca9.zip
removed disable drop
Diffstat (limited to 'tests/org.eclipse.emf.teneo.commontest')
-rw-r--r--tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/IntegerDiscriminatorAction.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/IntegerDiscriminatorAction.java b/tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/IntegerDiscriminatorAction.java
index 2ade97386..67472eab9 100644
--- a/tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/IntegerDiscriminatorAction.java
+++ b/tests/org.eclipse.emf.teneo.commontest/src/org/eclipse/emf/teneo/test/emf/annotations/IntegerDiscriminatorAction.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: IntegerDiscriminatorAction.java,v 1.2 2008/06/10 08:25:02 mtaal Exp $
+ * $Id: IntegerDiscriminatorAction.java,v 1.3 2008/06/10 09:41:19 mtaal Exp $
*/
package org.eclipse.emf.teneo.test.emf.annotations;
@@ -32,7 +32,7 @@ import org.eclipse.emf.teneo.test.stores.TestStore;
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=235945
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class IntegerDiscriminatorAction extends AbstractTestAction {
/**
@@ -47,7 +47,6 @@ public class IntegerDiscriminatorAction extends AbstractTestAction {
/** Creates an item, an address and links them to a po. */
@Override
public void doAction(TestStore store) {
- store.disableDrop();
final IntegerdiscriminatorFactory factory = IntegerdiscriminatorFactory.eINSTANCE;
{
store.beginTransaction();

Back to the top