pnever 2004/02/06 09:00:59
Modified: testsuite build.xml
Added: testsuite tp.properties.sample
Log:
More for the tprocessor ant task
Revision Changes Path
1.10 +1 -5 jakarta-slide/testsuite/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/testsuite/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 6 Feb 2004 15:55:15 -0000 1.9
+++ build.xml 6 Feb 2004 17:00:58 -0000 1.10
@@ -6,7 +6,7 @@
<property name="slideclientlib" value="${basedir}/../webdavclient/dist/lib" />
<property name="slideclientextlib" value="${basedir}/../webdavclient/lib" />
<property name="dist" value="${basedir}/dist" />
- <property name="client.jar" value="jakarta-slide-webdavlib-2.0b1.jar" />
+ <property name="client.jar" value="jakarta-slide-webdavlib-2.0beta1.jar" />
<!-- =============================================================== -->
<target name="compile">
@@ -82,10 +82,6 @@
</target>
<target name="tp.dasl" description="Runs DASL tests">
<property name="tp.include" value="DASL/**/*.xml"/>
- <antcall target="tp.run"/>
- </target>
- <target name="tp.bind" description="Runs bind tests">
- <property name="tp.include" value="BIND/**/*.xml"/>
<antcall target="tp.run"/>
</target>
<target name="tp.i18n" description="Runs I18N tests">
1.1 jakarta-slide/testsuite/tp.properties.sample
Index: tp.properties.sample
===================================================================
user = john
password = john
host = localhost
port = 8080
workhost = localhost
workdb =
globalVariableCollection = files
globalVariableUsers = 1
globalVariableIterationCount = 1
globalVariableIterationCountSmall = 1
globalVariablePerformanceIterations = 1
globalVariableDomainName = localhost
globalVariableGroup = group
globalVariableGroupsColl = groups
globalVariableUsersColl = users
globalVariableRolesColl = roles
globalVariableRootUserPath = /${globalVariableServerName}/users
globalVariableUserPath = ${globalVariableRootUserPath}/${user}
globalVariableServerName = slide
globalVariableXMLReference=
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]