Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.examples.eef.tests.junit/src/org/eclipse/emf/samples/tests/junit/modelingbot/composed/detailsview/conference/ComposedMBotUnsetAttributeMVE.java')
-rw-r--r--tests/org.eclipse.emf.examples.eef.tests.junit/src/org/eclipse/emf/samples/tests/junit/modelingbot/composed/detailsview/conference/ComposedMBotUnsetAttributeMVE.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.examples.eef.tests.junit/src/org/eclipse/emf/samples/tests/junit/modelingbot/composed/detailsview/conference/ComposedMBotUnsetAttributeMVE.java b/tests/org.eclipse.emf.examples.eef.tests.junit/src/org/eclipse/emf/samples/tests/junit/modelingbot/composed/detailsview/conference/ComposedMBotUnsetAttributeMVE.java
index f8bff9aad..afe2d52a5 100644
--- a/tests/org.eclipse.emf.examples.eef.tests.junit/src/org/eclipse/emf/samples/tests/junit/modelingbot/composed/detailsview/conference/ComposedMBotUnsetAttributeMVE.java
+++ b/tests/org.eclipse.emf.examples.eef.tests.junit/src/org/eclipse/emf/samples/tests/junit/modelingbot/composed/detailsview/conference/ComposedMBotUnsetAttributeMVE.java
@@ -16,7 +16,7 @@ package org.eclipse.emf.samples.tests.junit.modelingbot.composed.detailsview.con
public class ComposedMBotUnsetAttributeMVE extends org.eclipse.emf.eef.modelingBot.testcase.AbstractComposedModelingBotTestCase {
public void testModelingBot() throws Exception {
- composedBot.runModelingBot("org.eclipse.emf.examples.eef.tests.junit/models/modelingbot/details_view_conference/unsetAttributeMVE.modelingbot");
+ bot.runModelingBot("org.eclipse.emf.examples.eef.tests.junit/models/modelingbot/details_view_conference/unsetAttributeMVE.modelingbot");
}
}

Back to the top