luetzkendorf 2004/11/16 06:33:19
Modified: testsuite tp.properties.sample
Log:
modifications to allow test running as a default servlet in a root application
new variables
Revision Changes Path
1.7 +6 -2 jakarta-slide/testsuite/tp.properties.sample
Index: tp.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-slide/testsuite/tp.properties.sample,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tp.properties.sample 22 Sep 2004 14:30:05 -0000 1.6
+++ tp.properties.sample 16 Nov 2004 14:33:19 -0000 1.7
@@ -9,6 +9,8 @@
# TODO:
# Rename properties (shorter and more intuitive names :-))
+xdav.globalVariableRootUser = root
+xdav.globalVariableRootPassword = root
xdav.globalVariableCollection = files
xdav.globalVariableUsers = ${xdav.users}
xdav.globalVariableIterationCount = ${xdav.iterations}
@@ -19,9 +21,11 @@
xdav.globalVariableGroupsColl = groups
xdav.globalVariableUsersColl = users
xdav.globalVariableRolesColl = roles
-xdav.globalVariableRootUserPath = /${xdav.globalVariableServerName}/users
+xdav.globalVariableActionsColl = actions
+xdav.globalVariableRootUserPath = ${xdav.globalVariableServerName}/users
xdav.globalVariableUserPath = ${xdav.globalVariableRootUserPath}/${xdav.user}
-xdav.globalVariableServerName = slide
+# set this to empty if your servlet is default-servlet of a root application
+xdav.globalVariableServerName = /slide
xdav.globalVariableXMLReference=
# used in the notification test cases, change this to where do you want to
# recieve the notifications
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]