Changeset 4579
- Timestamp:
- 06/28/08 06:21:35 (12 months ago)
- Files:
-
- 1 modified
-
branches/0.11/tests/Ticket/1175TestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/tests/Ticket/1175TestCase.php
r4570 r4579 61 61 $u = $q->fetchOne(); 62 62 $this->assertTrue( is_object($u) ); 63 if (is_object($u))63 if (is_object($u)) { 64 64 $this->assertEqual(count($u->Images),2); 65 else65 } else { 66 66 $this->fail(); 67 } 67 68 } 68 69 }