Changeset 4338 for trunk/tests_old/Ticket
- Timestamp:
- 05/06/08 14:41:22 (8 months ago)
- Files:
-
- 1 modified
-
trunk/tests_old/Ticket/626DTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/Ticket/626DTestCase.php
r3882 r4338 38 38 39 39 try { 40 $student = $this->conn->get Mapper('T626D_Student1')->find('07090002');40 $student = $this->conn->getRepository('T626D_Student1')->find('07090002'); 41 41 $this->pass(); 42 42 } catch (Exception $e) {