Remove not reliable test

remotes/origin/stable5
Lukas Reschke 12 years ago
parent 0f26228d99
commit 41d1494898
  1. 5
      tests/lib/helper.php

@ -7,11 +7,6 @@
*/
class Test_Helper extends UnitTestCase {
function testMakeURLAbsolute() {
$result = OC_Helper::makeURLAbsolute("/index.php?someParameter=value");
$expected = 'http://localhost/index.php?someParameter=value';
$this->assertEquals($result, $expected);
}
function testHumanFileSize() {
$result = OC_Helper::humanFileSize(0);

Loading…
Cancel
Save