Browse Source

Remove uneeded newline

tags/v7.0.0alpha2
Lukas Reschke 10 years ago
parent
commit
9d3b639ce6
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      tests/lib/util.php

+ 0
- 1
tests/lib/util.php View File

@@ -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);

Loading…
Cancel
Save