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-06 00:21:20 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-03-06 00:21:20 +0300
commit7ff394b3e491c48badd30ff709ba0406bea51430 (patch)
treef4fefe3167633860335f232543ba1600b9e7d97e /plugins/UserSettings
parent331e5cde2ab03c229a950051cc61e34e879d3d05 (diff)
missing unit tests
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 81ca55c22a..af8d24e04c 100644
--- a/plugins/UserSettings/tests/UserSettings.test.php
+++ b/plugins/UserSettings/tests/UserSettings.test.php
@@ -210,6 +210,14 @@ class Test_Piwik_UserSettings extends UnitTestCase
array('IE', 'Internet Explorer', 'IE', '7.0', '7', '0', 'ie'),
array('WXP', 'Windows XP', 'Win XP')),
+ // Dillo
+ 'Dillo/2.0' => array(
+ array('DI', 'Dillo', 'Dillo', '2.0', '2', '0', 'unknown'),
+ false),
+ 'Dillo/0.6.4' => array(
+ array('DI', 'Dillo', 'Dillo', '0.6', '0', '6', 'unknown'),
+ false),
+
// ELinks
'ELinks/0.12~pre2.dfsg0-1ubuntu1-lite (textmode; Debian; Linux 2.6.32-4-jolicloud i686; 143x37-2)' => array(
array('EL', 'ELinks', 'ELinks', '0.12', '0', '12', 'unknown'),