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:
authordiosmosis <benaka@piwik.pro>2015-01-10 11:45:50 +0300
committerdiosmosis <benaka@piwik.pro>2015-01-10 11:46:57 +0300
commit5e04ab1f73c1fa0753f3f6629547cab905f05efc (patch)
tree74af0f7633d436aa51be9f2ce0a253851981b769 /tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml
parent531bd7d409df61247ae4fded65fa1d1db05784f4 (diff)
Fixes #6919, do not check for host in regex group in log importer if format has no regex. Also add nginx json log to log importer system test.
Diffstat (limited to 'tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml
index d0c894d25c..300d043e61 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__DevicesDetection.getBrowsers_month.xml
@@ -2,13 +2,13 @@
<result>
<row>
<label>Chrome</label>
- <nb_visits>7</nb_visits>
- <nb_actions>7</nb_actions>
+ <nb_visits>8</nb_visits>
+ <nb_actions>8</nb_actions>
<max_actions>1</max_actions>
<sum_visit_length>1</sum_visit_length>
- <bounce_count>7</bounce_count>
- <nb_visits_converted>7</nb_visits_converted>
- <sum_daily_nb_uniq_visitors>6</sum_daily_nb_uniq_visitors>
+ <bounce_count>8</bounce_count>
+ <nb_visits_converted>8</nb_visits_converted>
+ <sum_daily_nb_uniq_visitors>7</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>1</sum_daily_nb_users>
<logo>plugins/DevicesDetection/images/browsers/CH.gif</logo>
</row>