summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/request.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/request.php b/tests/lib/request.php
index 3cb58674d3e..1d77acc70ae 100644
--- a/tests/lib/request.php
+++ b/tests/lib/request.php
@@ -128,6 +128,11 @@ class Test_Request extends PHPUnit_Framework_TestCase {
OC_Request::USER_AGENT_FREEBOX,
true
),
+ array(
+ 'Fake Mozilla/5.0',
+ OC_Request::USER_AGENT_FREEBOX,
+ false
+ ),
);
}
}