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__UserCountry.getRegion_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__UserCountry.getRegion_month.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
index e758c3e8aa..d85339344f 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
@@ -49,4 +49,28 @@
<region_name>Virginia</region_name>
<logo>plugins/UserCountry/images/flags/us.png</logo>
</row>
+ <row>
+ <label>Nunavut, Canada</label>
+ <nb_visits>1</nb_visits>
+ <nb_actions>1</nb_actions>
+ <max_actions>1</max_actions>
+ <sum_visit_length>0</sum_visit_length>
+ <bounce_count>1</bounce_count>
+ <goals>
+ <row idgoal='1'>
+ <nb_conversions>1</nb_conversions>
+ <nb_visits_converted>1</nb_visits_converted>
+ <revenue>5</revenue>
+ </row>
+ </goals>
+ <nb_conversions>1</nb_conversions>
+ <revenue>5</revenue>
+ <sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
+ <sum_daily_nb_users>0</sum_daily_nb_users>
+ <region>NU</region>
+ <country>ca</country>
+ <country_name>Canada</country_name>
+ <region_name>Nunavut</region_name>
+ <logo>plugins/UserCountry/images/flags/ca.png</logo>
+ </row>
</result> \ No newline at end of file