Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathalie Lepine2012-12-11 09:17:17 +0000
committerNathalie Lepine2012-12-11 09:17:17 +0000
commit0ab92414531d703b0855a8b8512be005a6df087f (patch)
treec9efbb344b66ce4af2b7292e25bd5238150e3c02 /tests/org.eclipse.emf.eef.tests.nonreg.junit
parentbb93553a715c4523595cb5a2e9cb1207a1683da4 (diff)
downloadorg.eclipse.eef-0ab92414531d703b0855a8b8512be005a6df087f.tar.gz
org.eclipse.eef-0ab92414531d703b0855a8b8512be005a6df087f.tar.xz
org.eclipse.eef-0ab92414531d703b0855a8b8512be005a6df087f.zip
remove tests on combo
Diffstat (limited to 'tests/org.eclipse.emf.eef.tests.nonreg.junit')
-rw-r--r--tests/org.eclipse.emf.eef.tests.nonreg.junit/src-mbot/org/eclipse/emf/eef/tests/nonreg/AllTests.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/org.eclipse.emf.eef.tests.nonreg.junit/src-mbot/org/eclipse/emf/eef/tests/nonreg/AllTests.java b/tests/org.eclipse.emf.eef.tests.nonreg.junit/src-mbot/org/eclipse/emf/eef/tests/nonreg/AllTests.java
index 9d9873f0f..28f881016 100644
--- a/tests/org.eclipse.emf.eef.tests.nonreg.junit/src-mbot/org/eclipse/emf/eef/tests/nonreg/AllTests.java
+++ b/tests/org.eclipse.emf.eef.tests.nonreg.junit/src-mbot/org/eclipse/emf/eef/tests/nonreg/AllTests.java
@@ -97,20 +97,17 @@ import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotCancelSetReferen
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotCancelSetReferenceFlatRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotCancelSetReferenceRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotEditSetReferenceAEOFCV;
-import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotEditSetReferenceCombo;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotEditSetReferenceFlatRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotEditSetReferenceRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotMoveTableComposition;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotRedoAddTableComposition;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotRedoSetAttributeRadio;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotRedoSetReferenceAEOFCV;
-import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotRedoSetReferenceCombo;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotRedoSetReferenceFlatRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotRedoSetReferenceRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotRemoveTableComposition;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotSetAttributeRadio;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotSetReferenceAEOFCV;
-import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotSetReferenceCombo;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotSetReferenceFlatRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotSetReferenceRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUndoAddTableComposition;
@@ -120,11 +117,9 @@ import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUndoSetReference
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUndoSetReferenceFlatRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUndoSetReferenceRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetAEOFCV;
-import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetCombo;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetEOFCV;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetFlatReferencesTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetReferenceAEOFCV;
-import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetReferenceCombo;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetReferenceEOFCV;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetReferenceFlatRefTable;
import org.eclipse.emf.eef.tests.nonreg.propertiesView.PViewMBotUnsetReferenceRefTable;
@@ -235,20 +230,17 @@ public class AllTests extends TestCase {
suite.addTestSuite(PViewMBotCancelSetReferenceFlatRefTable.class);
suite.addTestSuite(PViewMBotCancelSetReferenceRefTable.class);
suite.addTestSuite(PViewMBotEditSetReferenceAEOFCV.class);
- suite.addTestSuite(PViewMBotEditSetReferenceCombo.class);
suite.addTestSuite(PViewMBotEditSetReferenceFlatRefTable.class);
suite.addTestSuite(PViewMBotEditSetReferenceRefTable.class);
suite.addTestSuite(PViewMBotMoveTableComposition.class);
suite.addTestSuite(PViewMBotRedoAddTableComposition.class);
suite.addTestSuite(PViewMBotRedoSetAttributeRadio.class);
suite.addTestSuite(PViewMBotRedoSetReferenceAEOFCV.class);
- suite.addTestSuite(PViewMBotRedoSetReferenceCombo.class);
suite.addTestSuite(PViewMBotRedoSetReferenceFlatRefTable.class);
suite.addTestSuite(PViewMBotRedoSetReferenceRefTable.class);
suite.addTestSuite(PViewMBotRemoveTableComposition.class);
suite.addTestSuite(PViewMBotSetAttributeRadio.class);
suite.addTestSuite(PViewMBotSetReferenceAEOFCV.class);
- suite.addTestSuite(PViewMBotSetReferenceCombo.class);
suite.addTestSuite(PViewMBotSetReferenceFlatRefTable.class);
suite.addTestSuite(PViewMBotSetReferenceRefTable.class);
suite.addTestSuite(PViewMBotUndoAddTableComposition.class);
@@ -258,11 +250,9 @@ public class AllTests extends TestCase {
suite.addTestSuite(PViewMBotUndoSetReferenceFlatRefTable.class);
suite.addTestSuite(PViewMBotUndoSetReferenceRefTable.class);
suite.addTestSuite(PViewMBotUnsetAEOFCV.class);
- suite.addTestSuite(PViewMBotUnsetCombo.class);
suite.addTestSuite(PViewMBotUnsetEOFCV.class);
suite.addTestSuite(PViewMBotUnsetFlatReferencesTable.class);
suite.addTestSuite(PViewMBotUnsetReferenceAEOFCV.class);
- suite.addTestSuite(PViewMBotUnsetReferenceCombo.class);
suite.addTestSuite(PViewMBotUnsetReferenceEOFCV.class);
suite.addTestSuite(PViewMBotUnsetReferenceFlatRefTable.class);
suite.addTestSuite(PViewMBotUnsetReferenceRefTable.class);

Back to the top