| commit | 7e82a1d4159950860d12478c4d289acbfd2d9b06 | [log] [tgz] |
|---|---|---|
| author | Alexander Kurtakov <akurtako@redhat.com> | Tue May 28 20:21:52 2019 +0300 |
| committer | Alexander Kurtakov <akurtako@redhat.com> | Tue May 28 20:21:52 2019 +0300 |
| tree | 316ff7a6b2a1d7abb1ef23bc871fd458cf00d7e4 | |
| parent | 23f7b472cf5616daa8f851d3dcacaa63e13e7cfb [diff] |
Proper fix for Suite API changes in core.tests. Change-Id: Icae0f15d1fec84e6654b8816669d178acc66e8b3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/model/XOTclSelectionTests.java b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/model/XOTclSelectionTests.java index 072e376..3a751b0 100644 --- a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/model/XOTclSelectionTests.java +++ b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/src/org/eclipse/dltk/xotcl/core/tests/model/XOTclSelectionTests.java
@@ -27,12 +27,11 @@ public XOTclSelectionTests(String name) { super(name); - super.fTestProjectName = "org.eclipse.dltk.xotcl.core.tests"; } public void setUpSuite() throws Exception { if (PROJECT == null) { - PROJECT = setUpScriptProjectTo("XOTCL_Selection", "Selection", Activator.PLUGIN_ID); + PROJECT = setUpScriptProjectTo("XOTCL_Selection", "Selection", "org.eclipse.dltk.xotcl.core.tests"); super.setUpSuite(); waitUntilIndexesReady();