From 9441f91d64d5465ab246e114e13df0e6fb26a754 Mon Sep 17 00:00:00 2001 From: phpbenben Date: Thu, 2 Aug 2007 19:40:54 +0000 Subject: [PATCH] --- tests/Record/StateTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Record/StateTestCase.php b/tests/Record/StateTestCase.php index 81bce56de..e242cd7fe 100644 --- a/tests/Record/StateTestCase.php +++ b/tests/Record/StateTestCase.php @@ -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) ;