Author: ts
Date: Fri Oct 19 17:14:02 2007
New Revision: 6530

Log:
- Re-silence header warnings.

Modified:
    trunk/Webdav/tests/server_test.php

Modified: trunk/Webdav/tests/server_test.php
==============================================================================
--- trunk/Webdav/tests/server_test.php [iso-8859-1] (original)
+++ trunk/Webdav/tests/server_test.php [iso-8859-1] Fri Oct 19 17:14:02 2007
@@ -246,7 +246,7 @@
 
         // Silence headers already sent warnings - we just want to test for
         // exceptions here.
-        $webdav->handle( $backend );
+        @$webdav->handle( $backend );
 
         $body = ob_get_clean();
     }


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to