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:
authorThomas Steur <thomas.steur@gmail.com>2015-01-29 06:48:23 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-13 08:23:10 +0300
commit8ef47c8e4a3fb0094b4b0c19df8ed18c58cf7a6f (patch)
tree162315afc7f5a5bc0c8840eff30251a76b665b6f /tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml
parentec8dc0f150d71b752188dac3d01d29950ae6f869 (diff)
refs #4633 open segmented visitor log with one click on a row
Diffstat (limited to 'tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml
index 149fedf47c..deb7e6019b 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getCountry_month.xml
@@ -22,6 +22,7 @@
<logo>plugins/UserCountry/images/flags/jp.png</logo>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
+ <segmentFilter>countryCode==jp</segmentFilter>
</row>
<row>
<label>Unknown</label>
@@ -46,6 +47,7 @@
<logo>plugins/UserCountry/images/flags/xx.png</logo>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
+ <segmentFilter>countryCode==xx</segmentFilter>
</row>
<row>
<label>United States</label>
@@ -69,6 +71,7 @@
<logo>plugins/UserCountry/images/flags/us.png</logo>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
+ <segmentFilter>countryCode==us</segmentFilter>
</row>
<row>
<label>Brazil</label>
@@ -92,6 +95,7 @@
<logo>plugins/UserCountry/images/flags/br.png</logo>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
+ <segmentFilter>countryCode==br</segmentFilter>
</row>
<row>
<label>Australia</label>
@@ -107,6 +111,7 @@
<logo>plugins/UserCountry/images/flags/au.png</logo>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
+ <segmentFilter>countryCode==au</segmentFilter>
</row>
<row>
<label>Canada</label>
@@ -130,5 +135,6 @@
<logo>plugins/UserCountry/images/flags/ca.png</logo>
<logoWidth>16</logoWidth>
<logoHeight>11</logoHeight>
+ <segmentFilter>countryCode==ca</segmentFilter>
</row>
</result> \ No newline at end of file