]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove not reliable test
authorLukas Reschke <lukas@statuscode.ch>
Sat, 13 Oct 2012 13:53:36 +0000 (16:53 +0300)
committerLukas Reschke <lukas@statuscode.ch>
Sat, 13 Oct 2012 13:53:36 +0000 (16:53 +0300)
tests/lib/helper.php

index b12f8d929b7551d88ddd79254781649bad0793ec..62b974b91912889d3f9376be5703f58966cd7643 100644 (file)
@@ -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);