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-02-23 17:15:13 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-02-23 17:15:13 +0300
commite9c8445abf5645071f0a13f72101fc22aab91fd7 (patch)
tree3e9e5898fa739429eee0ae4dc560bfa1271ff208 /plugins/UserSettings
parent5f788e5fac0695c14c12663aedadd1bf62eb52b9 (diff)
refs #1167 - revert change to IRIX os ID for backward compat
Diffstat (limited to 'plugins/UserSettings')
-rw-r--r--plugins/UserSettings/tests/UserSettings.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserSettings/tests/UserSettings.test.php b/plugins/UserSettings/tests/UserSettings.test.php
index e996b0e295..81ca55c22a 100644
--- a/plugins/UserSettings/tests/UserSettings.test.php
+++ b/plugins/UserSettings/tests/UserSettings.test.php
@@ -574,7 +574,7 @@ class Test_Piwik_UserSettings extends UnitTestCase
// Netscape Communicator (4.x)
'Mozilla/4.76C-SGI [en] (X11; I; IRIX64 6.5 IP30)' => array(
array('NS', 'Netscape', 'Netscape', '4.76', '4', '76', 'gecko'),
- array('IRX', 'IRIX', 'IRIX')),
+ array('IRI', 'IRIX', 'IRIX')),
'Mozilla/4.72 [en] (X11; I; HP-UX B.11.00 9000/800)' => array(
array('NS', 'Netscape', 'Netscape', '4.72', '4', '72', 'gecko'),
array('HPX', 'HP-UX', 'HP-UX')),