From 8d483750b6c9cc3f338a3f0fbaabefef2d9b3e84 Mon Sep 17 00:00:00 2001 From: njero Date: Thu, 9 Aug 2007 23:14:13 +0000 Subject: [PATCH] Njero Test shows the dangers of hasOne --- tests/TicketNjeroTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TicketNjeroTestCase.php b/tests/TicketNjeroTestCase.php index 079ad5fe7..0e2f6639f 100644 --- a/tests/TicketNjeroTestCase.php +++ b/tests/TicketNjeroTestCase.php @@ -148,7 +148,6 @@ class Doctrine_TicketNjero_TestCase extends Doctrine_UnitTestCase $this->assertEqual($p->RateN->policy_code, 1); $this->assertEqual($p->RateN->coverage_code, 3); $this->assertEqual($p->RateN->liability_code, 1); - echo "The following should be '3' or there should have been an assertion failure: " . $p->RateN->coverage_code . "\n"; } } ?>