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();