Browse Source

skip test

euromark 13 years ago
parent
commit
1a6003478b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Test/Case/Model/Behavior/NumberFormatBehaviorTest.php

+ 2 - 0
Test/Case/Model/Behavior/NumberFormatBehaviorTest.php

@@ -123,6 +123,8 @@ class NumberFormatBehaviorTest extends MyCakeTestCase {
 
 	public function testLocaleConv() {
 		$res = setlocale(LC_NUMERIC, 'de_DE.utf8', 'german');
+		$this->skipIf(empty($res));
+
 		$this->assertTrue(!empty($res));
 
 		$this->Model->Behaviors->unload('NumberFormat');