Author: ts
Date: Sat Oct 13 10:49:10 2007
New Revision: 6453
Log:
- Minor bug fixes.
Modified:
trunk/Webdav/tests/scripts/test_generator.php
Modified: trunk/Webdav/tests/scripts/test_generator.php
==============================================================================
--- trunk/Webdav/tests/scripts/test_generator.php [iso-8859-1] (original)
+++ trunk/Webdav/tests/scripts/test_generator.php [iso-8859-1] Sat Oct 13
10:49:10 2007
@@ -144,7 +144,7 @@
// Restore backend from previous request or setup new
$this->backend = ( file_exists( ( $this->backendFile = TMP_DIR .
'/backend.ser' ) )
- ? unserialize(file_get_contents( $backendFile ) )
+ ? unserialize( file_get_contents( $this->backendFile ) )
: $this->getBackend()
);
@@ -247,7 +247,7 @@
$GLOBALS['EZC_WEBDAV_RESPONSE_BODY']
);
file_put_contents(
- "{$responseLogDir}/status.xml",
+ "{$responseLogDir}/status.txt",
$GLOBALS['EZC_WEBDAV_RESPONSE_STATUS']
);
}
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components