From 8630f4cdcb0af99827de5be7ee73213f2302ff83 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 4 Sep 2011 02:15:45 +0100 Subject: [PATCH] Fixing mistake in last commit. --- lib/Cake/Test/Case/I18n/MultibyteTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/I18n/MultibyteTest.php b/lib/Cake/Test/Case/I18n/MultibyteTest.php index a7ea8bd9a..f7268bf0b 100644 --- a/lib/Cake/Test/Case/I18n/MultibyteTest.php +++ b/lib/Cake/Test/Case/I18n/MultibyteTest.php @@ -4515,7 +4515,7 @@ class MultibyteTest extends CakeTestCase { $string = 'državni'; $find = 'dž'; $result = mb_strripos($string, $find); - $this->assertEquals(0, $result); + $this->assertFalse($result); } /**