diff --git a/tests/lib/util.php b/tests/lib/util.php index 4c0ed9203882ba25c44f1a99c5e50332a9a36079..c4780cc5f48382ebdd4e9af9888ffc7dc770b50d 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);