Remove not reliable test

This commit is contained in:
Lukas Reschke 2012-10-13 16:53:36 +03:00
parent 0f26228d99
commit 41d1494898
1 changed files with 0 additions and 5 deletions

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