Author: ts
Date: Thu Jul 5 14:41:07 2007
New Revision: 5699
Log:
- Fix test to create files in the correctl place.
# Left 1 file in trunk/ by accedent.
Modified:
trunk/Cache/tests/storage_file_test.php
Modified: trunk/Cache/tests/storage_file_test.php
==============================================================================
--- trunk/Cache/tests/storage_file_test.php [iso-8859-1] (original)
+++ trunk/Cache/tests/storage_file_test.php [iso-8859-1] Thu Jul 5 14:41:07
2007
@@ -108,7 +108,7 @@
$file = $cache->generateIdentifier( 0, $data['attributes'] );
// Fake mtime and atime
- touch( $file, time() - 90000, time() - 90000 );
+ touch( $cache->getLocation() . '/' . $file, time() - 90000, time() -
90000 );
$this->assertNotEquals( false, $cache->restore( 0 ) );
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components