1
0
mirror of synced 2025-02-20 14:13:15 +03:00
This commit is contained in:
phpbenben 2007-08-02 19:40:54 +00:00
parent c9d6a046fa
commit 9441f91d64

View File

@ -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) ;