From ca1863f817404e834e890d9a0f40249b144cca02 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Thu, 21 May 2009 11:17:18 -0400 Subject: [PATCH] another test case that revealed the previous fix wasn't sufficient --- framework/Date_Parser/test/Horde/Support/Numerizer/Locale/BaseTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/Date_Parser/test/Horde/Support/Numerizer/Locale/BaseTest.php b/framework/Date_Parser/test/Horde/Support/Numerizer/Locale/BaseTest.php index 509f5dd24..a370511e2 100644 --- a/framework/Date_Parser/test/Horde/Support/Numerizer/Locale/BaseTest.php +++ b/framework/Date_Parser/test/Horde/Support/Numerizer/Locale/BaseTest.php @@ -62,7 +62,9 @@ class Horde_Support_Numerizer_Locale_BaseTest extends PHPUnit_Framework_TestCase public function testLeavesDatesAlone() { $numerizer = Horde_Support_Numerizer::factory(); + $this->assertEquals('2006-08-20 03:00', $numerizer->numerize('2006-08-20 03:00')); + $this->assertEquals('2006-08-20 15:30:30', $numerizer->numerize('2006-08-20 15:30:30')); } } -- 2.11.0