juergen 2002/08/12 00:20:46
Modified: testsuite/testsuite/junit/xmltestcases/ACL/functional/Report
ACLPrincipalPropSetDisplaynameReport.xml
Log:
fixed test case
Revision Changes Path
1.8 +9 -9
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalPropSetDisplaynameReport.xml
Index: ACLPrincipalPropSetDisplaynameReport.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Report/ACLPrincipalPropSetDisplaynameReport.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ACLPrincipalPropSetDisplaynameReport.xml 9 Aug 2002 12:30:03 -0000 1.7
+++ ACLPrincipalPropSetDisplaynameReport.xml 12 Aug 2002 07:20:45 -0000 1.8
@@ -8,7 +8,7 @@
<description>
1) MKCOL command which creates a child collection (/test)
- 2) ACL command which denies all access to the user %user% on the
collection /test
+ 2) ACL command which denies all access to the user 2%user% on the
collection /test
3) REPORT command which obtains information about the resource
</description>
@@ -45,7 +45,7 @@
<D:acl xmlns:D="DAV:">
<D:ace>
<D:principal>
- <D:href>%globalVariableUserPath%</D:href>
+ <D:href>%globalVariableRootUserPath%/%host%/%user%</D:href>
</D:principal>
<D:deny>
<D:privilege><D:all /></D:privilege>
@@ -62,8 +62,8 @@
<step>
- <user varUsage="user">2%user%</user>
-<password varUsage="user">2%user%</password>
+ <user varUsage="user">%user%</user>
+<password varUsage="user">%user%</password>
<request>
<command varUsage="globalVariableCollection,globalVariableServerName" >REPORT
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.0</command>
<header>content-type: text/xml; charset="utf-8"</header>
@@ -90,10 +90,10 @@
</D:propstat>
</D:response>
<D:response>
- <D:href>%globalVariableUserPath%</D:href>
+ <D:href>%globalVariableRootUserPath%/%host%/2%user%</D:href>
<D:propstat>
<D:prop>
- <D:displayname>%host%/%user%</D:displayname>
+ <D:displayname>%host%/2%user%</D:displayname>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
@@ -111,10 +111,10 @@
<cleanup>
<step>
-<user varUsage="user">2%user%</user>
-<password varUsage="user">2%user%</password>
+<user varUsage="user">%user%</user>
+<password varUsage="user">%user%</password>
<request>
- <command varUsage="globalVariableCollection,globalVariableServerName">ACL
/%globalVariableServerName%/%globalVariableCollection%/ HTTP/1.1</command>
+ <command varUsage="globalVariableCollection,globalVariableServerName">ACL
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
<header>Content-Type: text/xml; charset=utf-8</header>
<header>User-Agent: Jakarta HTTP Client/1.0</header>
<body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>