diff options
-rw-r--r-- | tests/lib/util.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/util.php b/tests/lib/util.php index 4c0ed920388..c4780cc5f48 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -69,7 +69,6 @@ class Test_Util extends PHPUnit_Framework_TestCase { $this->assertEquals('This is a good string without HTML.', $result); } - function testEncodePath(){ $component = '/§#@test%&^ä/-child'; $result = OC_Util::encodePath($component); |