juergen 2003/12/04 05:40:39
Modified: testsuite/testsuite/junit/xmltestcases/ACL/functional/groups/Report
02_PrincipalPropertySearch_DisplaynameReport.xml
Log:
addaped to URM (Josef)
Revision Changes Path
1.4 +51 -4
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/groups/Report/02_PrincipalPropertySearch_DisplaynameReport.xml
Index: 02_PrincipalPropertySearch_DisplaynameReport.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/groups/Report/02_PrincipalPropertySearch_DisplaynameReport.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 02_PrincipalPropertySearch_DisplaynameReport.xml 18 Nov 2003 15:07:53 -0000
1.3
+++ 02_PrincipalPropertySearch_DisplaynameReport.xml 4 Dec 2003 13:40:39 -0000
1.4
@@ -10,7 +10,25 @@
</specification>
<step>
<request>
- <command
varUsage="globalVariableRootUserPath,globalVariableGroupsColl,globalVariableGroup,globalVariableServerName">REPORT
%globalVariableRootUserPath%/%globalVariableGroupsColl%/%globalVariableGroup%2
HTTP/1.0</command>
+ <command
varUsage="globalVariableRootUserPath,globalVariableGroupsColl">MKCOL
%globalVariableRootUserPath%/%globalVariableGroupsColl%/tmpGroup HTTP/1.1</command>
+ </request>
+ <response>
+ <command>HTTP/1.1 201 Created</command>
+ </response>
+ </step>
+
+ <step>
+ <request>
+ <command
varUsage="globalVariableRootUserPath,globalVariableGroupsColl">MKCOL
%globalVariableRootUserPath%/%globalVariableGroupsColl%/Group HTTP/1.1</command>
+ </request>
+ <response>
+ <command>HTTP/1.1 201 Created</command>
+ </response>
+ </step>
+
+ <step>
+ <request>
+ <command
varUsage="globalVariableRootUserPath,globalVariableGroupsColl,globalVariableGroup,globalVariableServerName">REPORT
%globalVariableRootUserPath%/%globalVariableGroupsColl% HTTP/1.0</command>
<header>Content-Type: text/html; charset="utf-8"</header>
<header>Depth: INFINITY</header>
<body
varUsage="globalVariableGroup,globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml
version="1.0" encoding="utf-8"?>
@@ -19,7 +37,7 @@
<D:prop>
<D:displayname />
</D:prop>
- <D:caseless-substring>2%globalVariableGroup%2</D:caseless-substring>
+ <D:caseless-substring>tmp</D:caseless-substring>
</D:property-search>
<D:prop>
<D:displayname />
@@ -34,17 +52,46 @@
<D:multistatus xmlns:D="DAV:">
<D:response>
-
<D:href>%globalVariableRootUserPath%/%globalVariableUsersColl%/2%globalVariableGroup%2%user%</D:href>
+ <D:href>%globalVariableRootUserPath%/%globalVariableUsersColl%</D:href>
<D:propstat>
<D:prop>
- <D:displayname>2%globalVariableGroup%2%user%</D:displayname>
+ <D:displayname>groups</D:displayname>
</D:prop>
<D:status>HTTP/1.1 200 OK</D:status>
</D:propstat>
</D:response>
+ <D:response>
+ <D:href>%globalVariableRootUserPath%/%globalVariableUsersColl%/tmpGroup</D:href>
+ <D:propstat>
+ <D:prop>
+ <D:displayname>tmpGroup</D:displayname>
+ </D:prop>
+ <D:status>HTTP/1.1 200 OK</D:status>
+ </D:propstat>
+ </D:response>
+
</D:multistatus>
]]></body>
</response>
</step>
+ <cleanup>
+ <step>
+ <request>
+ <command
varUsage="globalVariableRootUserPath,globalVariableGroupsColl">DELETE
%globalVariableRootUserPath%/%globalVariableGroupsColl%/Group HTTP/1.1</command>
+ </request>
+ <response>
+ <command>HTTP/1.0 204 No Content</command>
+ </response>
+ </step>
+
+ <step>
+ <request>
+ <command
varUsage="globalVariableRootUserPath,globalVariableGroupsColl">DELETE
%globalVariableRootUserPath%/%globalVariableGroupsColl%/tmpGroup HTTP/1.1</command>
+ </request>
+ <response>
+ <command>HTTP/1.0 204 No Content</command>
+ </response>
+ </step>
+ </cleanup>
</test>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]