From: Thomas Müller Date: Tue, 30 Jul 2013 06:54:39 +0000 (+0200) Subject: adding test case with no / X-Git-Tag: v6.0.0alpha2~384^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=409268f3227854dab73233a88a114f26b0fed478;p=nextcloud-server.git adding test case with no / --- diff --git a/tests/lib/util.php b/tests/lib/util.php index 2781ade0990..a038538d7ea 100644 --- a/tests/lib/util.php +++ b/tests/lib/util.php @@ -78,6 +78,7 @@ class Test_Util extends PHPUnit_Framework_TestCase { array('public_html', '/home/user/public_html/'), array('public_html', '/home/user/public_html'), array('', '/'), + array('public_html', 'public_html'), array('442aa682de2a64db1e010f50e60fd9c9', 'local::C:\Users\ADMINI~1\AppData\Local\Temp\2/442aa682de2a64db1e010f50e60fd9c9/') ); }