Commit 9441f91d authored by phpbenben's avatar phpbenben

--no commit message

--no commit message
parent c9d6a046
......@@ -219,7 +219,6 @@ class Doctrine_Record_State_TestCase extends Doctrine_UnitTestCase
$user2->save() ;
// the logic would suggest the object to go back to PROXY mode (becausse $user2->loginname is null aka not sync with DB)
// because we know loginname should be equal to 'bogus' IF NOT in proxy state
$boolState = ($user2->loginname == null) && ($user2->state() === Doctrine_Record::STATE_PROXY) ;
// this one will currently fail
$this->assertTrue($boolState) ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment