]> source.dussan.org Git - nextcloud-server.git/commitdiff
adding test case with no /
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 30 Jul 2013 06:54:39 +0000 (08:54 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 30 Jul 2013 06:54:39 +0000 (08:54 +0200)
tests/lib/util.php

index 2781ade09907b92a9be39b797bfd877dd194c195..a038538d7eab7689394b4641807b82c68e12428f 100644 (file)
@@ -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/')
                );
        }