diff options
-rw-r--r-- | tests/lib/request.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/request.php b/tests/lib/request.php index b27801a9d56..e5ecfbe2e20 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'), ); } |