Author: ts
Date: Mon Sep 24 10:27:04 2007
New Revision: 6240
Log:
- Added test set for OPTIONS request.
Added:
trunk/Webdav/tests/clients/rfc/options/
trunk/Webdav/tests/clients/rfc/options/info.txt (with props)
trunk/Webdav/tests/clients/rfc/options/request/
trunk/Webdav/tests/clients/rfc/options/request/body.xml
trunk/Webdav/tests/clients/rfc/options/request/result.ser (with props)
trunk/Webdav/tests/clients/rfc/options/request/server.php (with props)
trunk/Webdav/tests/clients/rfc/options/request/uri.txt (with props)
trunk/Webdav/tests/clients/rfc/options/response/
trunk/Webdav/tests/clients/rfc/options/response/body.xml
trunk/Webdav/tests/clients/rfc/options/response/code.txt (with props)
trunk/Webdav/tests/clients/rfc/options/response/headers.php (with props)
trunk/Webdav/tests/clients/rfc/options/response/name.txt (with props)
trunk/Webdav/tests/clients/rfc/options/response/result.ser
Added: trunk/Webdav/tests/clients/rfc/options/info.txt
==============================================================================
--- trunk/Webdav/tests/clients/rfc/options/info.txt (added)
+++ trunk/Webdav/tests/clients/rfc/options/info.txt [iso-8859-1] Mon Sep 24
10:27:04 2007
@@ -1,0 +1,1 @@
+Test case created manually after information found in
http://ietf.org/rfc/rfc2518.txt.
Propchange: trunk/Webdav/tests/clients/rfc/options/info.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/rfc/options/request/body.xml
==============================================================================
(empty)
Added: trunk/Webdav/tests/clients/rfc/options/request/result.ser
==============================================================================
Binary file - no diff available.
Propchange: trunk/Webdav/tests/clients/rfc/options/request/result.ser
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: trunk/Webdav/tests/clients/rfc/options/request/server.php
==============================================================================
--- trunk/Webdav/tests/clients/rfc/options/request/server.php (added)
+++ trunk/Webdav/tests/clients/rfc/options/request/server.php [iso-8859-1] Mon
Sep 24 10:27:04 2007
@@ -1,0 +1,10 @@
+<?php
+
+return array (
+ 'REQUEST_METHOD' => 'OPTIONS',
+ 'REQUEST_URI' => '/~fielding',
+ 'SERVER_PROTOCOL' => 'HTTP/1.1',
+ 'HTTP_HOST' => 'www.ics.uci.edu',
+);
+
+?>
Propchange: trunk/Webdav/tests/clients/rfc/options/request/server.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/rfc/options/request/uri.txt
==============================================================================
--- trunk/Webdav/tests/clients/rfc/options/request/uri.txt (added)
+++ trunk/Webdav/tests/clients/rfc/options/request/uri.txt [iso-8859-1] Mon Sep
24 10:27:04 2007
@@ -1,0 +1,1 @@
+http://www.ics.uci.edu/~fielding
Propchange: trunk/Webdav/tests/clients/rfc/options/request/uri.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/rfc/options/response/body.xml
==============================================================================
(empty)
Added: trunk/Webdav/tests/clients/rfc/options/response/code.txt
==============================================================================
--- trunk/Webdav/tests/clients/rfc/options/response/code.txt (added)
+++ trunk/Webdav/tests/clients/rfc/options/response/code.txt [iso-8859-1] Mon
Sep 24 10:27:04 2007
@@ -1,0 +1,1 @@
+200
Propchange: trunk/Webdav/tests/clients/rfc/options/response/code.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/rfc/options/response/headers.php
==============================================================================
--- trunk/Webdav/tests/clients/rfc/options/response/headers.php (added)
+++ trunk/Webdav/tests/clients/rfc/options/response/headers.php [iso-8859-1]
Mon Sep 24 10:27:04 2007
@@ -1,0 +1,7 @@
+<?php
+
+return array (
+ 'DAV:' => '1, 2, 1#extended'
+);
+
+?>
Propchange: trunk/Webdav/tests/clients/rfc/options/response/headers.php
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/rfc/options/response/name.txt
==============================================================================
--- trunk/Webdav/tests/clients/rfc/options/response/name.txt (added)
+++ trunk/Webdav/tests/clients/rfc/options/response/name.txt [iso-8859-1] Mon
Sep 24 10:27:04 2007
@@ -1,0 +1,1 @@
+OK
Propchange: trunk/Webdav/tests/clients/rfc/options/response/name.txt
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/Webdav/tests/clients/rfc/options/response/result.ser
==============================================================================
--- trunk/Webdav/tests/clients/rfc/options/response/result.ser (added)
+++ trunk/Webdav/tests/clients/rfc/options/response/result.ser [iso-8859-1] Mon
Sep 24 10:27:04 2007
@@ -1,0 +1,1 @@
+a:2:{s:7:"headers";a:2:{i:0;s:15:"HTTP/1.1 200 OK";s:3:"DAV";s:16:"1, 2,
1#extended";}s:4:"body";N;}
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components