[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] org.eclipse.cdt.ui.tests/test.xml - minor update for automation
|
Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui.tests/ChangeLog,v
retrieving revision 1.58
diff -u -r1.58 ChangeLog
--- ChangeLog 11 Jun 2003 18:09:23 -0000 1.58
+++ ChangeLog 11 Jun 2003 18:36:54 -0000
@@ -1,3 +1,7 @@
+3003-06-11 Peter Graves
+ Update the test.xml to get the location of org.eclipse.test from a
property
+ if set. If the property is not set, it will default to the old value.
+
2003-06-11 Victor Mozgin
Old Java TestCase.txt and TestCase2.txt for partioning testing have
been replaced with C/C++ files.
Modified AutomatedIntegrationSuite.java so it doesn't produce JUnit
warning anymore.
Index: test.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui.tests/test.xml,v
retrieving revision 1.2
diff -u -r1.2 test.xml
--- test.xml 17 Dec 2002 15:42:17 -0000 1.2
+++ test.xml 11 Jun 2003 18:36:54 -0000
@@ -3,13 +3,17 @@
<project name="testsuite" default="run" basedir=".">
<!-- The property ${eclipse-home} should be passed into this script -->
<!-- Set a meaningful default value for when it is not. -->
-<!-- <property name="eclipse-home" value="${basedir}\..\.."/> -->
<property name="eclipse-home" value="${basedir}"/>
-
+
+ <!-- This is the default name of the org.eclipse.test plugin. -->
+ <!-- We need to be able to override this for the case where the -->
+ <!-- org.eclipse.test plugin was build as part of a feature and -->
+ <!-- will have a name similar to org.eclipse.test_2.1.0 -->
+ <property name="org.eclipse.test" value="org.eclipse.test"/>
<!-- sets the properties eclipse-home, and library-file -->
<property name="plugin-name" value="org.eclipse.cdt.ui.tests"/>
<property name="library-file"
- value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
+
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 -->