euromark 12 years ago
parent
commit
1cce46f1b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Test/Case/Model/Behavior/PasswordableBehaviorTest.php

+ 1 - 1
Test/Case/Model/Behavior/PasswordableBehaviorTest.php

@@ -385,7 +385,7 @@ class PasswordableBehaviorTest extends CakeTestCase {
 
 		// The password is not updated, the name is
 		$this->assertSame($is['ToolsUser']['password'], $user['ToolsUser']['password']);
-		$this->assertNotSame($is['ToolsUser']['password'], $user['ToolsUser']['password']);
+		$this->assertSame('Yeah', $user['ToolsUser']['name']);
 	}
 
 	/**