From c771d1f27095383e8894db77b21428daf77129f6 Mon Sep 17 00:00:00 2001 From: resurtm Date: Sat, 8 Sep 2012 20:39:19 +0600 Subject: [PATCH] Removed bad test. --- tests/framework/utils/CDateTimeParserTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/framework/utils/CDateTimeParserTest.php b/tests/framework/utils/CDateTimeParserTest.php index e755b2e1cc..7c364ff149 100644 --- a/tests/framework/utils/CDateTimeParserTest.php +++ b/tests/framework/utils/CDateTimeParserTest.php @@ -200,9 +200,6 @@ public function testFailing() $this->assertFalse(CDateTimeParser::parse('dd/MM/yyyy, ???, hh:m:s', '02/08/2010, yyy, 05:9:7')); $this->assertFalse(CDateTimeParser::parse('yyyy-MM-dd', '2011-12-31', array('hour' => 23, 'minute' => 59, 'second' => 59))); - // inexistent defaults' keys are ignored at all - $this->assertEquals(1325268000, CDateTimeParser::parse('2011-12-31', 'yyyy-MM-dd', array('hours' => 23, 'minutes' => 59, 'seconds' => 59))); - // current locale is not ru_RU.UTF-8 $this->assertFalse(CDateTimeParser::parse('21 СЕНТЯБРЯ, 2011, 13:37', 'dd MMMM, yyyy, HH:mm'));