trial and error attempt to fix DNF tests
diff --git a/tests/org.eclipse.wst.xml.core.tests/test.xml b/tests/org.eclipse.wst.xml.core.tests/test.xml
index f0d9e9f..bdc6838 100644
--- a/tests/org.eclipse.wst.xml.core.tests/test.xml
+++ b/tests/org.eclipse.wst.xml.core.tests/test.xml
@@ -9,7 +9,9 @@
<!-- sets the properties plugin-name, and library-file -->
<property name="plugin-name" value="org.eclipse.wst.xml.core.tests" />
<property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test_3.1.0/library.xml" />
-
+ <property
+ name="workspace"
+ value="${eclipse-home}/junitworkspace-${plugin-name}" />
<!-- This target holds all initialization code that needs to be done for -->
<!-- all tests that are to be run. Initialization for individual tests -->
<!-- should be done within the body of the suite target. -->