From 2019e9a931ffde9b2358241aa1844b4a826a76f9 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 12 Nov 2008 15:53:39 +0000 Subject: Remove user_password class and move the functionality into the user helper class --- modules/user/tests/User_Installer_Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/tests') 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"), -- cgit v1.2.3