summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-13 16:53:36 +0300
committerLukas Reschke <lukas@statuscode.ch>2012-10-13 16:53:36 +0300
commit41d14948983a42b942b1a0d260c3af803e6cc098 (patch)
tree7e2ba77f51758a0c5eeb119f126fbc4caacf56ba /tests
parent0f26228d992e70d9c1f7acfe6e18bce1d02d4d4b (diff)
downloadnextcloud-server-41d14948983a42b942b1a0d260c3af803e6cc098.tar.gz
nextcloud-server-41d14948983a42b942b1a0d260c3af803e6cc098.zip
Remove not reliable test
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/helper.php5
1 files changed, 0 insertions, 5 deletions
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);