Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-09 06:39:55 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-09 06:39:55 +0400
commit490356564ea1c019fcd14c3610e1dce459b6c336 (patch)
tree3aff81e6ed93ef6a1864ff5a0914b9b67ad396db /plugins/UserSettings
parentd8558fef1a245562c739d1e26970ada790a25313 (diff)
fixes #1413
Diffstat (limited to 'plugins/UserSettings')
-rw-r--r--plugins/UserSettings/tests/UserSettings.test.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/UserSettings/tests/UserSettings.test.php b/plugins/UserSettings/tests/UserSettings.test.php
index 84afa043ae..ceaa9b434d 100644
--- a/plugins/UserSettings/tests/UserSettings.test.php
+++ b/plugins/UserSettings/tests/UserSettings.test.php
@@ -445,6 +445,9 @@ class Test_Piwik_UserSettings extends UnitTestCase
'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0)' => array(
array('IE', 'Internet Explorer', 'IE', '7.0', '7', '0', 'ie'),
array('WVI', 'Windows Vista', 'Win Vista')),
+ 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)' => array(
+ array('IE', 'Internet Explorer', 'IE', '8.0', '8', '0', 'ie'),
+ array('WXP', 'Windows XP', 'Win XP')),
'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)' => array(
array('IE', 'Internet Explorer', 'IE', '6.0', '6', '0', 'ie'),
array('WXP', 'Windows XP', 'Win XP')),