Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Davis2011-06-03 16:41:03 +0000
committerMatthew Davis2011-06-03 16:41:03 +0000
commited38820d0832ea4c3d2e3d2f6025fa9727b17bd0 (patch)
treee2d8a76c47ed48cb123adaf9fbccc304526d7d7e
parentd39fa0a1655d373040ae321e143593d1c1fe51cf (diff)
downloadorg.eclipse.stem-ed38820d0832ea4c3d2e3d2f6025fa9727b17bd0.tar.gz
org.eclipse.stem-ed38820d0832ea4c3d2e3d2f6025fa9727b17bd0.tar.xz
org.eclipse.stem-ed38820d0832ea4c3d2e3d2f6025fa9727b17bd0.zip
updating test runner
git-svn-id: http://dev.eclipse.org/svnroot/technology/org.eclipse.stem/trunk@1958 92a21009-5b66-0410-b83a-dc787c41c6e9
-rw-r--r--org.eclipse.stem.tests.diseasemodels/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.stem.tests.diseasemodels/test.xml b/org.eclipse.stem.tests.diseasemodels/test.xml
index 68d5e27a6..30ef9ace3 100644
--- a/org.eclipse.stem.tests.diseasemodels/test.xml
+++ b/org.eclipse.stem.tests.diseasemodels/test.xml
@@ -23,7 +23,7 @@
<!-- This target defines the tests that need to be run. -->
<target name="suite">
- <property name="${data-dir}" value="${eclipse-home}/tmp"/>
+ <property name="data-dir" value="${eclipse-home}/workspace"/>
<delete dir="${data-dir}" quiet="true"/>
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="data-dir" value="${data-dir}"/>

Back to the top