summaryrefslogtreecommitdiffstats
path: root/tests/lib/util.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-30 08:54:39 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-30 08:54:39 +0200
commit409268f3227854dab73233a88a114f26b0fed478 (patch)
tree9c54ba41e44f49820f6bef648c76ac57ded9be49 /tests/lib/util.php
parentf658852276204fbf1a76d58ac2f585cf9db8c75d (diff)
downloadnextcloud-server-409268f3227854dab73233a88a114f26b0fed478.tar.gz
nextcloud-server-409268f3227854dab73233a88a114f26b0fed478.zip
adding test case with no /
Diffstat (limited to 'tests/lib/util.php')
-rw-r--r--tests/lib/util.php1
1 files changed, 1 insertions, 0 deletions
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/')
);
}