juergen 2003/06/15 06:40:47
Modified: testsuite/testsuite/junit/xmltestcases/contentDirectory
html.html
testsuite/testsuite/junit/xmltestcases/functional/proppatch/code
PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml
Log:
adjust to new file length of html.html
Revision Changes Path
1.3 +1 -1
jakarta-slide/testsuite/testsuite/junit/xmltestcases/contentDirectory/html.html
Index: html.html
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/contentDirectory/html.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- html.html 15 Jun 2003 13:21:45 -0000 1.2
+++ html.html 15 Jun 2003 13:40:46 -0000 1.3
@@ -6,7 +6,7 @@
<body>
- <!-- Note that this is not an XHTML file and will be handles as none-xml!!
+ <!-- CAUTION: this is not an XHTML file and will be handles as none-xml!!
(Because of the </br> tags below) -->
<FONT SIZE="+1">This is a Test html Document</FONT></br>
1.6 +117 -117
jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml
Index: PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml
===================================================================
RCS file:
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/proppatch/code/PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml 13 Aug 2002 12:45:18
-0000 1.5
+++ PropPatchDeleteDAVPropertyWithPropFindOnContentLength.xml 15 Jun 2003 13:40:46
-0000 1.6
@@ -1,126 +1,126 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE test SYSTEM "../../../../Tprocessor.dtd">
<test>
- <specification>
- <abstract>Test to see if it is possible to delete DAV
properties.</abstract>
- <pre-Requisite>A collection has been created and defined in
tprocessor.cmd.</pre-Requisite>
- <description>1) Put a document.
-
- 2)Proppatch command trying to delete the DAV property Content Length,
- this should not be possible.
-
- 3)Propfind to check property has not been deleted and still exists.
-
- 4)Delete created file.</description>
- <expectedResult>Property isn't deleted. 207 multi status with 409
conflict in body.
- Propfind finds property. 207 multi status with 200 OK in
body.</expectedResult>
- </specification>
- <step>
- <request>
- <command
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT
/%globalVariableServerName%/%globalVariableCollection%/resource1.html
HTTP/1.1</command>
- <header>Accept-Language: en-us</header>
- <header>Translate: f</header>
- <header>User-Agent: Microsoft Data Access Internet Publishing
Provider DAV</header>
- <header>Connection: Keep-Alive</header>
- <body fileReference="../../../contentDirectory/html.html"/>
- </request>
- <response>
- <command>HTTP/1.0 201 Created</command>
- <header>Date: Wed, 14 Mar 2001 15:45:51 GMT+01:00</header>
- <header>Content-Language: en</header>
- <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1;
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems
Inc.)</header>
- </response>
- </step>
- <step>
- <request>
- <command
varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH
/%globalVariableServerName%/%globalVariableCollection%/resource1.html
HTTP/1.1</command>
- <header>Content-Type: text/xml</header>
- <header>User-Agent: Microsoft Data Access Internet Publishing
Provider DAV</header>
- <header>Accept-Language: en-us</header>
- <header>Translate: f</header>
- <header>Pragma: no-cache</header>
- <header>Connection: close</header>
- <body><![CDATA[<?xml version="1.0" ?>
+ <specification>
+ <abstract>Test to see if it is possible to delete DAV properties.</abstract>
+ <pre-Requisite>A collection has been created and defined in
tprocessor.cmd.</pre-Requisite>
+ <description>1) Put a document.
+
+ 2)Proppatch command trying to delete the DAV property Content Length,
+ this should not be possible.
+
+ 3)Propfind to check property has not been deleted and still exists.
+
+ 4)Delete created file.</description>
+ <expectedResult>Property isn't deleted. 207 multi status with 409 conflict
in body.
+ Propfind finds property. 207 multi status with 200 OK in
body.</expectedResult>
+ </specification>
+ <step>
+ <request>
+ <command
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT
/%globalVariableServerName%/%globalVariableCollection%/resource1.html
HTTP/1.1</command>
+ <header>Accept-Language: en-us</header>
+ <header>Translate: f</header>
+ <header>User-Agent: Microsoft Data Access Internet Publishing Provider
DAV</header>
+ <header>Connection: Keep-Alive</header>
+ <body fileReference="../../../contentDirectory/html.html"/>
+ </request>
+ <response>
+ <command>HTTP/1.0 201 Created</command>
+ <header>Date: Wed, 14 Mar 2001 15:45:51 GMT+01:00</header>
+ <header>Content-Language: en</header>
+ <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet
2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
+ </response>
+ </step>
+ <step>
+ <request>
+ <command
varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH
/%globalVariableServerName%/%globalVariableCollection%/resource1.html
HTTP/1.1</command>
+ <header>Content-Type: text/xml</header>
+ <header>User-Agent: Microsoft Data Access Internet Publishing Provider
DAV</header>
+ <header>Accept-Language: en-us</header>
+ <header>Translate: f</header>
+ <header>Pragma: no-cache</header>
+ <header>Connection: close</header>
+ <body><![CDATA[<?xml version="1.0" ?>
<D:propertyupdate xmlns:D="DAV:" xmlns:Z="http://www.com/">
-
-
- <D:remove>
- <D:prop>
- <D:getcontentlength/>
- </D:prop>
- </D:remove>
-
-
- </D:propertyupdate>]]></body>
- </request>
- <response>
- <command>HTTP/1.0 207 Multi-Status</command>
- <header>Date: Tue, 13 Feb 2001 12:45:26 GMT+01:00</header>
- <header>Content-Language: en</header>
- <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1;
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems
Inc.)</header>
- <body
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
+
+
+ <D:remove>
+ <D:prop>
+ <D:getcontentlength/>
+ </D:prop>
+ </D:remove>
+
+
+ </D:propertyupdate>]]></body>
+ </request>
+ <response>
+ <command>HTTP/1.0 207 Multi-Status</command>
+ <header>Date: Tue, 13 Feb 2001 12:45:26 GMT+01:00</header>
+ <header>Content-Language: en</header>
+ <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet
2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
+ <body
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml
version="1.0" encoding="utf-8" ?>
<d:multistatus xmlns:d="DAV" xmlns:Z="DAVxxxx:" >
<d:response>
-
<d:href>/%globalVariableServerName%/%globalVariableCollection%/resource1.html</d:href>
-
-
- <d:propstat>
- <d:prop>
- <d:getcontentlength/>
- </d:prop>
- <d:status>HTTP/1.1 409 Conflict</d:status>
+
<d:href>/%globalVariableServerName%/%globalVariableCollection%/resource1.html</d:href>
+
+
+ <d:propstat>
+ <d:prop>
+ <d:getcontentlength/>
+ </d:prop>
+ <d:status>HTTP/1.1 409 Conflict</d:status>
<responsedescription>Property <getcontentlength xmlns="DAV:" /> is
protected</responsedescription>
- </d:propstat>
-
- </d:response>
- </d:multistatus>]]></body>
- </response>
- </step>
- <step>
- <request>
- <command
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND
/%globalVariableServerName%/%globalVariableCollection%/resource1.html
HTTP/1.1</command>
- <header>Accept-Language: en-us</header>
- <header>Content-Type: text/xml</header>
- <header>Translate: f</header>
- <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><getcontentlength/></prop></propfind>]]></body>
- </request>
- <response>
- <command>HTTP/1.0 207 Multi-Status</command>
- <header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1;
Servlet 2.2; Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems
Inc.)</header>
- <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%/resource1.html</href>
- <propstat>
- <prop>
- <getcontentlength>1539</getcontentlength>
- </prop>
- <status>HTTP/1.1 200 OK</status>
- </propstat>
- </response>
- </multistatus>]]></body>
- </response>
- </step>
- <cleanup>
- <step>
- <request>
- <command
varUsage="globalVariableCollection,globalVariableServerName">DELETE
/%globalVariableServerName%/%globalVariableCollection%/resource1.html
HTTP/1.1</command>
- <header>Accept-Language: en-us</header>
- <header>Destroy: NoUndelete</header>
- <header>Translate: f</header>
- <header>User-Agent: Microsoft Data Access Internet
Publishing Provider DAV</header>
- <header>Connection: Keep-Alive</header>
- </request>
- <response>
- <command>HTTP/1.0 204 No Content</command>
- <header>Date: Tue, 20 Feb 2001 16:49:49
GMT+01:00</header>
- <header>Content-Language: en</header>
- <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4
(JSP 1.1; Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems
Inc.)</header>
- </response>
- </step>
- </cleanup>
+ </d:propstat>
+
+ </d:response>
+ </d:multistatus>]]></body>
+ </response>
+ </step>
+ <step>
+ <request>
+ <command
varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND
/%globalVariableServerName%/%globalVariableCollection%/resource1.html
HTTP/1.1</command>
+ <header>Accept-Language: en-us</header>
+ <header>Content-Type: text/xml</header>
+ <header>Translate: f</header>
+ <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><getcontentlength/></prop></propfind>]]></body>
+ </request>
+ <response>
+ <command>HTTP/1.0 207 Multi-Status</command>
+ <header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2;
Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
+ <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%/resource1.html</href>
+ <propstat>
+ <prop>
+ <getcontentlength>1627</getcontentlength>
+ </prop>
+ <status>HTTP/1.1 200 OK</status>
+ </propstat>
+ </response>
+ </multistatus>]]></body>
+ </response>
+ </step>
+ <cleanup>
+ <step>
+ <request>
+ <command
varUsage="globalVariableCollection,globalVariableServerName">DELETE
/%globalVariableServerName%/%globalVariableCollection%/resource1.html
HTTP/1.1</command>
+ <header>Accept-Language: en-us</header>
+ <header>Destroy: NoUndelete</header>
+ <header>Translate: f</header>
+ <header>User-Agent: Microsoft Data Access Internet Publishing
Provider DAV</header>
+ <header>Connection: Keep-Alive</header>
+ </request>
+ <response>
+ <command>HTTP/1.0 204 No Content</command>
+ <header>Date: Tue, 20 Feb 2001 16:49:49 GMT+01:00</header>
+ <header>Content-Language: en</header>
+ <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1;
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems
Inc.)</header>
+ </response>
+ </step>
+ </cleanup>
</test>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]