Author: ts
Date: Thu Sep 27 19:10:02 2007
New Revision: 6304

Log:
- Updated itmus test suite after another clean run with litmus.
# All 862 tests running now. :)

Modified:
    trunk/Webdav/tests/client_test.php
    trunk/Webdav/tests/clients/litmus/001_basic__1_begin/request/server.php
    trunk/Webdav/tests/clients/litmus/001_basic__1_begin/response/code.txt
    trunk/Webdav/tests/clients/litmus/001_basic__1_begin/response/name.txt

Modified: trunk/Webdav/tests/client_test.php
==============================================================================
--- trunk/Webdav/tests/client_test.php [iso-8859-1] (original)
+++ trunk/Webdav/tests/client_test.php [iso-8859-1] Thu Sep 27 19:10:02 2007
@@ -4,7 +4,7 @@
 
 abstract class ezcWebdavClientTest extends ezcTestCase
 {
-    const REGENERATE_REQUEST  = false;
+    const REGENERATE_REQUEST  = true;
     const REGENERATE_RESPONSE = false;
 
     protected $setupClass;

Modified: 
trunk/Webdav/tests/clients/litmus/001_basic__1_begin/request/server.php
==============================================================================
--- trunk/Webdav/tests/clients/litmus/001_basic__1_begin/request/server.php 
[iso-8859-1] (original)
+++ trunk/Webdav/tests/clients/litmus/001_basic__1_begin/request/server.php 
[iso-8859-1] Thu Sep 27 19:10:02 2007
@@ -21,7 +21,7 @@
   'GATEWAY_INTERFACE' => 'CGI/1.1',
   'SERVER_PORT' => '80',
   'SERVER_ADDR' => '127.0.0.1',
-  'REMOTE_PORT' => '53088',
+  'REMOTE_PORT' => '54505',
   'REMOTE_ADDR' => '127.0.0.1',
   'SCRIPT_NAME' => '/index.php',
   'PATH_INFO' => '/litmus/',
@@ -40,7 +40,7 @@
   'HTTP_TE' => 'trailers',
   'HTTP_X_LITMUS' => 'basic: 1 (begin)',
   'PHP_SELF' => '/index.php/litmus/',
-  'REQUEST_TIME' => 1190839811,
+  'REQUEST_TIME' => 1190913145,
   'argv' => 
   array (
   ),

Modified: trunk/Webdav/tests/clients/litmus/001_basic__1_begin/response/code.txt
==============================================================================
--- trunk/Webdav/tests/clients/litmus/001_basic__1_begin/response/code.txt 
[iso-8859-1] (original)
+++ trunk/Webdav/tests/clients/litmus/001_basic__1_begin/response/code.txt 
[iso-8859-1] Thu Sep 27 19:10:02 2007
@@ -1,1 +1,1 @@
-204
+404

Modified: trunk/Webdav/tests/clients/litmus/001_basic__1_begin/response/name.txt
==============================================================================
--- trunk/Webdav/tests/clients/litmus/001_basic__1_begin/response/name.txt 
[iso-8859-1] (original)
+++ trunk/Webdav/tests/clients/litmus/001_basic__1_begin/response/name.txt 
[iso-8859-1] Thu Sep 27 19:10:02 2007
@@ -1,1 +1,1 @@
-No Content
+Not Found


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to