From e4c9e8e311dc09424e4b865f53a0a6fe6872c4e6 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 23 Oct 2006 12:08:11 +0000 Subject: merge from 3.0 branch till 1475. --- tests/unit/Collections/TListTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/Collections/TListTest.php') diff --git a/tests/unit/Collections/TListTest.php b/tests/unit/Collections/TListTest.php index c9190da6..e090728c 100644 --- a/tests/unit/Collections/TListTest.php +++ b/tests/unit/Collections/TListTest.php @@ -185,7 +185,7 @@ class TListTest extends PHPUnit2_Framework_TestCase { } public function testArrayMisc() { - $this->assertEquals(1,count($this->list)); + $this->assertEquals($this->list->Count,count($this->list)); $this->assertTrue(isset($this->list[1])); $this->assertFalse(isset($this->list[2])); } -- cgit v1.2.3