[limb-svn] r7007 - 3.x/trunk/limb/core/tests/cases
svn at limb-project.com
svn at limb-project.com
Mon May 12 12:39:20 MSD 2008
Author: korchasa
Date: 2008-05-12 12:39:20 +0400 (Mon, 12 May 2008)
New Revision: 7007
URL: http://fisheye.limb-project.com/changelog/limb/?cs=7007
Modified:
3.x/trunk/limb/core/tests/cases/lmbObjectTest.class.php
Log:
-- fix tests for new testing class
Modified: 3.x/trunk/limb/core/tests/cases/lmbObjectTest.class.php
===================================================================
--- 3.x/trunk/limb/core/tests/cases/lmbObjectTest.class.php 2008-05-12 08:19:10 UTC (rev 7006)
+++ 3.x/trunk/limb/core/tests/cases/lmbObjectTest.class.php 2008-05-12 08:39:20 UTC (rev 7007)
@@ -417,8 +417,8 @@
{
$obj = new ObjectTestVersion3();
$obj->rawSet($obj->rawGet());
- $this->assertFalse($obj->setter_called);
- $this->assertFalse($obj->getter_called);
+ $this->assertIdentical(0, $obj->setter_called_count);
+ $this->assertIdentical(0, $obj->getter_called_count);
}
}
More information about the limb-svn
mailing list