[limb-svn] r7093 - 3.x/trunk/limb/active_record/tests/cases
svn at limb-project.com
svn at limb-project.com
Sun Jul 6 21:05:54 MSD 2008
Author: korchasa
Date: 2008-07-06 21:05:54 +0400 (Sun, 06 Jul 2008)
New Revision: 7093
URL: http://fisheye.limb-project.com/changelog/limb/?cs=7093
Modified:
3.x/trunk/limb/active_record/tests/cases/lmbActiveRecordTest.class.php
Log:
-- remove uselles test
Modified: 3.x/trunk/limb/active_record/tests/cases/lmbActiveRecordTest.class.php
===================================================================
--- 3.x/trunk/limb/active_record/tests/cases/lmbActiveRecordTest.class.php 2008-07-06 15:18:28 UTC (rev 7092)
+++ 3.x/trunk/limb/active_record/tests/cases/lmbActiveRecordTest.class.php 2008-07-06 17:05:54 UTC (rev 7093)
@@ -272,18 +272,6 @@
$this->assertNull(lmbActiveRecord :: findById('TestOneTableObject', -1000, false));
}
- function testFindByIdsSaveOrder()
- {
- $object1 = $this->creator->createOneTableObject();
- $object2 = $this->creator->createOneTableObject();
-
- $ids = array($object2->getId(), $object1->getId());
-
- $found = lmbActiveRecord :: findByIds('TestOneTableObject', $ids);
-
- $this->assertEqual($found->at(0)->getId(), $object2->getId());
- }
-
function testLoadById()
{
$object1 = $this->creator->createOneTableObject();
More information about the limb-svn
mailing list