From: Lukas Reschke Date: Sat, 13 Oct 2012 13:53:36 +0000 (+0300) Subject: Remove not reliable test X-Git-Tag: v5.0.0alpha1~763 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=41d14948983a42b942b1a0d260c3af803e6cc098;p=nextcloud-server.git Remove not reliable test --- diff --git a/tests/lib/helper.php b/tests/lib/helper.php index b12f8d929b7..62b974b9191 100644 --- a/tests/lib/helper.php +++ b/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);