[Pkg-owncloud-commits] [owncloud] 60/90: Add unit test
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 8459b9f6fb2e990941fd7099ecc9dfc2b4a2fa7f
Author: Robin Appelman <icewind at owncloud.com>
Date: Wed Jan 21 17:18:47 2015 +0100
Add unit test
---
tests/lib/request.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/lib/request.php b/tests/lib/request.php
index b27801a..e5ecfbe 100644
--- a/tests/lib/request.php
+++ b/tests/lib/request.php
@@ -48,6 +48,7 @@ class Test_Request extends PHPUnit_Framework_TestCase {
array('/core/ajax/translations.php', '/core/ajax/translations.php', 'index.php'),
array('/core/ajax/translations.php', '//core/ajax/translations.php', '/index.php'),
array('/core/ajax/translations.php', '/oc/core/ajax/translations.php', '/oc/index.php'),
+ array('/core/ajax/translations.php', '/oc//index.php/core/ajax/translations.php', '/oc/index.php'),
array('/1', '/oc/core/1', '/oc/core/index.php'),
);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list