Author: jwage
Date: 2008-09-09 00:27:23 +0100 (Tue, 09 Sep 2008)
New Revision: 4898
Modified:
branches/1.0/tests/Ticket/1380TestCase.php
Log:
Enhancing coverage for #1380
Modified: branches/1.0/tests/Ticket/1380TestCase.php
===================================================================
--- branches/1.0/tests/Ticket/1380TestCase.php 2008-09-08 23:22:28 UTC (rev
4897)
+++ branches/1.0/tests/Ticket/1380TestCase.php 2008-09-08 23:27:23 UTC (rev
4898)
@@ -54,5 +54,6 @@
->limit(1);
$user = $q->fetchOne();
$this->assertTrue(isset($user['test_calculated_column']));
+ $this->assertEqual($user['Album'][0]['test_calculated_column'],
$user['test_calculated_column']);
}
}
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---