Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2713 - branches/new-structure/trunk/geant2_java-xml-ls/ant

Subject: perfsonar development work

List archive

perfsonar: r2713 - branches/new-structure/trunk/geant2_java-xml-ls/ant


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2713 - branches/new-structure/trunk/geant2_java-xml-ls/ant
  • Date: Thu, 23 Aug 2007 10:29:53 -0400

Author: mac
Date: 2007-08-23 10:29:52 -0400 (Thu, 23 Aug 2007)
New Revision: 2713

Modified:
branches/new-structure/trunk/geant2_java-xml-ls/ant/test-targets.xml
Log:
Test targets - package changes and LSTest moved to different place

Modified: branches/new-structure/trunk/geant2_java-xml-ls/ant/test-targets.xml
===================================================================
--- branches/new-structure/trunk/geant2_java-xml-ls/ant/test-targets.xml
2007-08-23 13:33:05 UTC (rev 2712)
+++ branches/new-structure/trunk/geant2_java-xml-ls/ant/test-targets.xml
2007-08-23 14:29:52 UTC (rev 2713)
@@ -141,7 +141,7 @@
depends="copy-config-files-for-test"
description="Run LS Test: LOOKUP - QUERY">

- <java classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath_for_test" fork="true">
+ <java classname="org.perfsonar.service.lookupService.xmlType.LSTest"
classpathref="classpath_for_test" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>
<arg value="query"/>
@@ -156,7 +156,7 @@
<target name="test-register"
depends="copy-config-files-for-test"
description="Run LS Test: REGISTER">
- <java classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath_for_test" fork="true">
+ <java classname="org.perfsonar.service.lookupService.xmlType.LSTest"
classpathref="classpath_for_test" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>
<arg value="query"/>
@@ -169,7 +169,7 @@
<target name="test-update"
depends="copy-config-files-for-test"
description="Run LS Test: REREGISTER/UPDATE">
- <java classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath_for_test" fork="true">
+ <java classname="org.perfsonar.service.lookupService.xmlType.LSTest"
classpathref="classpath_for_test" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>
<arg value="query"/>
@@ -182,7 +182,7 @@
<target name="test-deregister"
depends="copy-config-files-for-test"
description="Run LS Test: DEREGISTER">
- <java classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath_for_test" fork="true">
+ <java classname="org.perfsonar.service.lookupService.xmlType.LSTest"
classpathref="classpath_for_test" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>
<arg value="query"/>
@@ -196,7 +196,7 @@
<target name="test-keepalive"
depends="copy-config-files-for-test"
description="Run LS Test: KEEPALIVE">
- <java classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath_for_test" fork="true">
+ <java classname="org.perfsonar.service.lookupService.xmlType.LSTest"
classpathref="classpath_for_test" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>
<arg value="query"/>
@@ -211,7 +211,7 @@
depends="copy-config-files-for-test"
description="Run LS Test: ECHO">

- <java classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath_for_test" fork="true">
+ <java classname="org.perfsonar.service.lookupService.xmlType.LSTest"
classpathref="classpath_for_test" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>
<arg value="query"/>
@@ -224,7 +224,8 @@
<target name="test-cleanup"
depends="copy-config-files-for-test"
description="Run LS Test: CLEANUP">
- <java classname="org.perfsonar.client.testHarness.LSTestClient"
classpathref="classpath_for_test" fork="true">
+
+ <java classname="org.perfsonar.service.lookupService.xmlType.LSTest"
classpathref="classpath_for_test" fork="true">
<jvmarg
value="-Dcomponents.properties=${basedir}/conf/components.properties"/>
<jvmarg
value="-Dservice.properties=${basedir}/conf/service.properties"/>
<arg value="query"/>



  • perfsonar: r2713 - branches/new-structure/trunk/geant2_java-xml-ls/ant, svnlog, 08/23/2007

Archive powered by MHonArc 2.6.16.

Top of Page