Skip to content

Commit

Permalink
fixed testcase class name
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-mel committed Apr 1, 2012
1 parent c42a452 commit 1a9261d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _test/cases/inc/common_cleanText.test.php
Expand Up @@ -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
Expand All @@ -19,9 +19,9 @@ function test_win(){
two
three';
$win = 'one
two
$win = 'one
two
three';

$this->assertEqual(bin2hex($unix),'6f6e650a2020202020202020202020202020202074776f0a0a202020202020202020202020202020207468726565');
Expand Down

0 comments on commit 1a9261d

Please sign in to comment.