Author: kn
Date: Tue Oct  2 15:13:33 2007
New Revision: 6335

Log:
- Also test for proeprty storage on created resource

Modified:
    trunk/Webdav/tests/backend_file_test.php

Modified: trunk/Webdav/tests/backend_file_test.php
==============================================================================
--- trunk/Webdav/tests/backend_file_test.php [iso-8859-1] (original)
+++ trunk/Webdav/tests/backend_file_test.php [iso-8859-1] Tue Oct  2 15:13:33 
2007
@@ -1150,6 +1150,11 @@
         $this->assertEquals(
             'some content',
             file_get_contents( $this->tempDir . 
'backend/collection/new_resource' )
+        );
+
+        $this->assertTrue(
+            is_dir( $this->tempDir . 'backend/collection/.ezc' ),
+            'Expected property storage in directory.'
         );
     }
 


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

Reply via email to