From 28767f949a8231d808fb68b764eb65f63b03f138 Mon Sep 17 00:00:00 2001 From: nickw Date: Thu, 29 Oct 2009 21:02:21 +0000 Subject: Fully deprecating file matrix use with username. Plugins building the file matrix with the username will still work, but a warning is logged. git-svn-id: http://code.elgg.org/elgg/trunk@3602 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/objects/filestore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/tests') diff --git a/engine/tests/objects/filestore.php b/engine/tests/objects/filestore.php index 0a11c265b..a262a7c3f 100644 --- a/engine/tests/objects/filestore.php +++ b/engine/tests/objects/filestore.php @@ -52,7 +52,7 @@ class ElggCoreFilestoreTest extends ElggCoreUnitTest { // check matrix with username $user_dir = $this->filestore->make_file_matrix($user->username); - $this->assertIdentical($user_dir, "f/i/l/e/T/fileTest/"); + $this->assertIdentical($user_dir, "$created/$user->guid/"); // check matrix with guid $guid_dir = $this->filestore->make_file_matrix($user->guid); -- cgit v1.2.3