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>2014-12-08 08:38:44 +0300
committerdiosmosis <benaka@piwik.pro>2014-12-08 08:38:44 +0300
commitfa367aa6dc0a65ea9f776fd04a23cacd8e8038f8 (patch)
tree019ad54b4579c8a5814b86f1ab8bc01b0803ac23 /tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml
parentfa21cdf57c73347e97415d0d3ac943559bdf007c (diff)
Refs #6795, add --iis-map-field option to allow users of log importer script to parse log files created using the IIS Advanced Logging module. Includes tests for such a case (including python unit test + PHP System test).
Diffstat (limited to 'tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml
index 327d564f47..21695253cd 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__VisitsSummary.get_month.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
- <nb_uniq_visitors>27</nb_uniq_visitors>
+ <nb_uniq_visitors>30</nb_uniq_visitors>
<nb_users>0</nb_users>
- <nb_visits>27</nb_visits>
- <nb_actions>30</nb_actions>
- <nb_visits_converted>25</nb_visits_converted>
- <bounce_count>25</bounce_count>
+ <nb_visits>30</nb_visits>
+ <nb_actions>33</nb_actions>
+ <nb_visits_converted>28</nb_visits_converted>
+ <bounce_count>28</bounce_count>
<sum_visit_length>305</sum_visit_length>
<max_actions>3</max_actions>
<bounce_rate>93%</bounce_rate>
<nb_actions_per_visit>1.1</nb_actions_per_visit>
- <avg_time_on_site>11</avg_time_on_site>
+ <avg_time_on_site>10</avg_time_on_site>
</result> \ No newline at end of file