Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2009-10-26 18:21:31 +0000
committerGrant Gayed2009-10-26 18:21:31 +0000
commit20b8bd6cb6aafb003a042f64f3743afe50d2731e (patch)
treef3d9e99f7cef0e2e7f80d1e18194a1212ed29410 /tests/org.eclipse.swt.tests
parent52a8a9622df9448e1fb7ab208b320c3a0835f1f3 (diff)
downloadeclipse.platform.swt-20b8bd6cb6aafb003a042f64f3743afe50d2731e.tar.gz
eclipse.platform.swt-20b8bd6cb6aafb003a042f64f3743afe50d2731e.tar.xz
eclipse.platform.swt-20b8bd6cb6aafb003a042f64f3743afe50d2731e.zip
fix test failures
Diffstat (limited to 'tests/org.eclipse.swt.tests')
-rw-r--r--tests/org.eclipse.swt.tests/test.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.swt.tests/test.xml b/tests/org.eclipse.swt.tests/test.xml
index 1e4d062b35..5d3bdd40d9 100644
--- a/tests/org.eclipse.swt.tests/test.xml
+++ b/tests/org.eclipse.swt.tests/test.xml
@@ -9,8 +9,8 @@
<!-- sets the properties eclipse-home, and library-file -->
<property name="eclipse-home" value="${basedir}/../.."/>
<property name="plugin-name" value="org.eclipse.swt.tests"/>
- <property name="plugin-path" value="${eclipse-home}/dropins/eclipse/plugins/${org.eclipse.swt.tests}"/>
- <property name="library-file" value="${eclipse-home}/dropins/eclipse/plugins/org.eclipse.test/library.xml"/>
+ <property name="plugin-path" value="${eclipse-home}/plugins/${org.eclipse.swt.tests}"/>
+ <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
<!-- This target holds all initialization code that needs to be done for -->
<!-- all tests that are to be run. Initialization for individual tests -->

Back to the top