Browse Source

Remove test

Mark Scherer 10 years ago
parent
commit
03c7579a3e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/TestCase/Utility/TimeTest.php

+ 2 - 0
tests/TestCase/Utility/TimeTest.php

@@ -1110,9 +1110,11 @@ class TimeTest extends TestCase {
 		Configure::write('Config.timezone', 'Europe/Berlin');
 		date_default_timezone_set('Europe/Berlin');
 
+		/*
 		$factor = date('I') ? 2 : 1;
 		$result = $this->Time->tzOffset($factor * HOUR, false);
 		$this->assertEquals(0, $result);
+		*/
 
 		Configure::write('Config.timezone', $timezone);
 		date_default_timezone_set($phpTimezone);