summaryrefslogtreecommitdiff
path: root/modules/user/tests/User_Installer_Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/tests/User_Installer_Test.php')
-rw-r--r--modules/user/tests/User_Installer_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/tests/User_Installer_Test.php b/modules/user/tests/User_Installer_Test.php
index 4ececd98..c7b6afbe 100644
--- a/modules/user/tests/User_Installer_Test.php
+++ b/modules/user/tests/User_Installer_Test.php
@@ -27,7 +27,7 @@ class User_Installer_Test extends Unit_Test_Case {
$user = ORM::factory("user", 1);
$this->assert_equal("Gallery Administrator", $user->display_name);
$this->assert_equal("admin", $user->name);
- $this->assert_true(user_password::is_correct_password($user, "admin"));
+ $this->assert_true(user::is_correct_password($user, "admin"));
$this->assert_equal(
array("administrator", "registered"),