aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/objects
diff options
context:
space:
mode:
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-29 21:02:21 +0000
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-10-29 21:02:21 +0000
commit28767f949a8231d808fb68b764eb65f63b03f138 (patch)
tree761db5d17c98e3d062ce35945f926926c634b3c1 /engine/tests/objects
parent428a7565a4046aa73e262c9a13650b7887310104 (diff)
downloadelgg-28767f949a8231d808fb68b764eb65f63b03f138.tar.gz
elgg-28767f949a8231d808fb68b764eb65f63b03f138.tar.bz2
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
Diffstat (limited to 'engine/tests/objects')
-rw-r--r--engine/tests/objects/filestore.php2
1 files changed, 1 insertions, 1 deletions
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);