]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removing local debug info from filestore unit test.
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 27 Oct 2009 22:09:38 +0000 (22:09 +0000)
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 27 Oct 2009 22:09:38 +0000 (22:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3591 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/tests/objects/filestore.php

index 76583a463d20b58be435fb8abb76ad5696e1db82..0a11c265b65c495dcc658a3238cd0f991e6fe2b7 100644 (file)
@@ -57,7 +57,6 @@ class ElggCoreFilestoreTest extends ElggCoreUnitTest {
                // check matrix with guid
                $guid_dir = $this->filestore->make_file_matrix($user->guid);
                $this->assertIdentical($guid_dir, "$created/$user->guid/");
-               $this->dump($user_dir);$this->dump($guid_dir);
                
                // clean up user
                $user->delete();