juergen 2003/09/04 07:11:18
Modified:
testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/DifferentCollections/nonXML
PropFind10Col.xml
Log:
(fga) Removed displayName and added resourcetype
Revision Changes Path
1.4 +16 -2
jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/DifferentCollections/nonXML/PropFind10Col.xml
Index: PropFind10Col.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/multi-user/concurrent/DifferentCollections/nonXML/PropFind10Col.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PropFind10Col.xml 13 Aug 2002 12:45:04 -0000 1.3
+++ PropFind10Col.xml 4 Sep 2003 14:11:18 -0000 1.4
@@ -52,11 +52,25 @@
<header>Depth: 1</header>
<header>User-Agent: Microsoft Data
Access Internet Publishing Provider DAV</header>
<header>Connection: Keep-Alive</header>
- <body><![CDATA[<?xml version="1.0"
?><propfind xmlns="DAV:"><prop><displayname/></prop></propfind>]]></body>
+ <body><![CDATA[<?xml version="1.0"
?><propfind xmlns="DAV:"><prop><resourcetype/></prop></propfind>]]></body>
</request>
<response>
<command>HTTP/1.0 207
Multi-Status</command>
- <body
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><?xml
version="1.0" encoding="utf-8" ?><multistatus xmlns="DAV:"
xmlns:S="http://jakarta.apache.org/slide/"
><response><href>/%globalVariableServerName%/%globalVariableCollection%/test/user%userNumber%</href><propstat><prop><displayname>user%userNumber%</displayname></prop><status>HTTP/1.1
200 OK</status></propstat></response></multistatus></body>
+ <body
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+ <multistatus xmlns="DAV:"
xmlns:S="http://jakarta.apache.org/slide/">
+ <response>
+
<href>/%globalVariableServerName%/%globalVariableCollection%/test/user%userNumber%</href>
+ <propstat>
+ <prop>
+
<resourcetype>
+
<collection/>
+
</resourcetype>
+ </prop>
+
<status>HTTP/1.1 200 OK</status>
+ </propstat>
+ </response>
+ </multistatus>
+ ]]></body>
</response>
</step>
</repeater>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]