From 1a9261d2580d116502845e63eea2eb08c316cb8b Mon Sep 17 00:00:00 2001 From: Dominik Eckelmann Date: Sun, 1 Apr 2012 22:03:16 +0200 Subject: [PATCH] fixed testcase class name --- _test/cases/inc/common_cleanText.test.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_test/cases/inc/common_cleanText.test.php b/_test/cases/inc/common_cleanText.test.php index 936ed1d769..332dbaeed8 100644 --- a/_test/cases/inc/common_cleanText.test.php +++ b/_test/cases/inc/common_cleanText.test.php @@ -3,7 +3,7 @@ require_once DOKU_INC.'inc/init.php'; require_once DOKU_INC.'inc/common.php'; -class common_clientIP_test extends UnitTestCase { +class common_cleanText extends UnitTestCase { function test_unix(){ $unix = 'one @@ -19,9 +19,9 @@ function test_win(){ two three'; - $win = 'one - two - + $win = 'one + two + three'; $this->assertEqual(bin2hex($unix),'6f6e650a2020202020202020202020202020202074776f0a0a202020202020202020202020202020207468726565');