Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-08-24 00:35:54 +0000
committerrescobar2010-08-24 00:35:54 +0000
commitec803aed9614546116024e8108b1b9423968a905 (patch)
treec382aae5af1cf42972776401ee7c2e42f6a35d6f /plugins/org.eclipse.osee.client.integration.tests
parent7ec18269039832bc4cd7cf8c8fda6235b23e197b (diff)
downloadorg.eclipse.osee-ec803aed9614546116024e8108b1b9423968a905.tar.gz
org.eclipse.osee-ec803aed9614546116024e8108b1b9423968a905.tar.xz
org.eclipse.osee-ec803aed9614546116024e8108b1b9423968a905.zip
Diffstat (limited to 'plugins/org.eclipse.osee.client.integration.tests')
-rw-r--r--plugins/org.eclipse.osee.client.integration.tests/test.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.client.integration.tests/test.xml b/plugins/org.eclipse.osee.client.integration.tests/test.xml
index d6a8762326e..e05c37b6987 100644
--- a/plugins/org.eclipse.osee.client.integration.tests/test.xml
+++ b/plugins/org.eclipse.osee.client.integration.tests/test.xml
@@ -17,7 +17,7 @@
<project name="testsuite" default="run" basedir=".">
<!-- Plugin and Suite class to run -->
- <property name="classname" value="org.eclipse.osee.client.integration.tests.MasterSuite_DemoIntegrationSuite" />
+ <property name="classname" value="org.eclipse.osee.client.integration.tests.MasterTestSuite_DemoIntegrationSuite" />
<property name="plugin-name" value="org.eclipse.osee.client.integration.tests" />
<!-- The property ${eclipse-home} should be passed into this script -->
@@ -30,7 +30,7 @@
<target name="init">
<tstamp />
<delete>
- <fileset dir="${eclipse-home}" includes="org.eclipse.osee.client.integration.tests*.xml, org.eclipse.osee.client.integration.tests.MasterSuite_DemoIntegrationSuite*.xml" />
+ <fileset dir="${eclipse-home}" includes="org.eclipse.osee.client.integration.tests*.xml, org.eclipse.osee.client.integration.tests.MasterTestSuite_DemoIntegrationSuite*.xml" />
</delete>
<property name="osee.app.server.data" value="${osee.application.server.home}/${eclipse-home}/testWorkspace/serverBinData" />
@@ -80,7 +80,7 @@
<!-- <echo>Collect ${eclipse-home}/**/org.eclipse.osee.client.integration.tests.MasterSuite_DemoIntegrationSuite.xml
into ${eclipse-home}/${plugin-name}.xml</echo> -->
<ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
- <property name="includes" value="org.eclipse.osee.client.integration.tests.MasterSuite_DemoIntegrationSuite.xml" />
+ <property name="includes" value="org.eclipse.osee.client.integration.tests.MasterTestSuite_DemoIntegrationSuite.xml" />
<property name="output-file" value="${plugin-name}.xml" />
</ant>
</target>

Back to the top