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 18:02:37 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-09 18:02:37 +0400
commit80d4cad7f7db85e711428d8e399aba5a61d1bb68 (patch)
treee87d94383acdda811b073222a36a802fb9be18ca /plugins/UserSettings
parent490356564ea1c019fcd14c3610e1dce459b6c336 (diff)
fixes #1418
Diffstat (limited to 'plugins/UserSettings')
-rw-r--r--plugins/UserSettings/tests/UserSettings.test.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/UserSettings/tests/UserSettings.test.php b/plugins/UserSettings/tests/UserSettings.test.php
index ceaa9b434d..ad2c8f0287 100644
--- a/plugins/UserSettings/tests/UserSettings.test.php
+++ b/plugins/UserSettings/tests/UserSettings.test.php
@@ -461,6 +461,14 @@ class Test_Piwik_UserSettings extends UnitTestCase
array('IE', 'Internet Explorer', 'IE', '6.0', '6', '0', 'ie'),
array('WS3', 'Windows Server 2003 / XP x64', 'Win S2003')),
+ // Internet Explorer with misbehaving Google Tool Bar
+ 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; 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.4506.2152; .NET CLR 3.5.30729)' => array(
+ array('IE', 'Internet Explorer', 'IE', '8.0', '8', '0', 'ie'),
+ array('WXP', 'Windows XP', 'Win XP')),
+ 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)' => array(
+ array('IE', 'Internet Explorer', 'IE', '8.0', '8', '0', 'ie'),
+ array('WXP', 'Windows XP', 'Win XP')),
+
// Iron
'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Iron/3.0.189.0 Safari/531.0' => array(
array('IR', 'Iron', 'Iron', '3.0', '3', '0', 'webkit'),