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-03-20 18:43:48 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-03-20 18:43:48 +0300
commitf6c3d994fbffa213f773a01b3765269c3d67f949 (patch)
treec6d544ae6b57b191d1797ffa56c5e90167bf4817 /plugins/UserSettings
parent96e398233344d8ce2f617f2fcc2055a373064f88 (diff)
fixes #1219 - changed the OS string to reflect the ambiguity, i.e., 'Windows Server 2003 / XP x64'
Diffstat (limited to 'plugins/UserSettings')
-rw-r--r--plugins/UserSettings/tests/UserSettings.test.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/UserSettings/tests/UserSettings.test.php b/plugins/UserSettings/tests/UserSettings.test.php
index 20ff2768a9..492d31698e 100644
--- a/plugins/UserSettings/tests/UserSettings.test.php
+++ b/plugins/UserSettings/tests/UserSettings.test.php
@@ -102,7 +102,7 @@ class Test_Piwik_UserSettings extends UnitTestCase
array('LIN', 'Linux', 'Linux')),
'Mozilla/5.0 (Windows; U; Windows NT 5.2; pt-BR) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4 (Change: )' => array(
array('AR', 'Arora', 'Arora', '0.4', '0', '4', 'webkit'),
- array('WS3', 'Windows Server 2003', 'Win S2003')),
+ array('WS3', 'Windows Server 2003 / XP x64', 'Win S2003')),
'Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.3 (Change: 287 c9dfb30)' => array(
array('AR', 'Arora', 'Arora', '0.3', '0', '3', 'webkit'),
array('WXP', 'Windows XP', 'Win XP')),
@@ -181,7 +181,7 @@ class Test_Piwik_UserSettings extends UnitTestCase
// Chrome / Chromium
'Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.310.0 Safari/532.9' => array(
array('CH', 'Chrome', 'Chrome', '5.0', '5', '0', 'webkit'),
- array('WS3', 'Windows Server 2003', 'Win S2003')),
+ array('WS3', 'Windows Server 2003 / XP x64', 'Win S2003')),
'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.48 Safari/525.19' => array(
array('CH', 'Chrome', 'Chrome', '1.0', '1', '0', 'webkit'),
array('WXP', 'Windows XP', 'Win XP')),
@@ -441,13 +441,13 @@ class Test_Piwik_UserSettings extends UnitTestCase
array('WXP', 'Windows XP', 'Win XP')),
'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)' => array(
array('IE', 'Internet Explorer', 'IE', '6.0', '6', '0', 'ie'),
- array('WS3', 'Windows Server 2003', 'Win S2003')),
+ array('WS3', 'Windows Server 2003 / XP x64', 'Win S2003')),
'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)' => array(
array('IE', 'Internet Explorer', 'IE', '6.0', '6', '0', 'ie'),
- array('WXP', 'Windows XP', 'Win XP')),
+ array('WS3', 'Windows Server 2003 / XP x64', 'Win S2003')),
'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727)' => array(
array('IE', 'Internet Explorer', 'IE', '6.0', '6', '0', 'ie'),
- array('WXP', 'Windows XP', 'Win XP')),
+ array('WS3', 'Windows Server 2003 / XP x64', 'Win S2003')),
// 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(