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-02-13 20:50:22 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-13 20:50:22 +0300
commit806bedba1a43d7d78b687d1d23a6b861a2b70035 (patch)
tree19f9ae52817f93b74a9d34f31af48dd9d59d6a74 /tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
parentb18b499688bcabcc3aa0b358dbc78936a9f607e2 (diff)
refs #4633 rename segmentFilter => segment
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.xml4
1 files changed, 2 insertions, 2 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 9e45d25c47..5631e75efb 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__UserCountry.getRegion_month.xml
@@ -43,7 +43,7 @@
<revenue>25</revenue>
<sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <segmentFilter>regionCode==VA;countryCode==us</segmentFilter>
+ <segment>regionCode==VA;countryCode==us</segment>
<region>VA</region>
<country>us</country>
<country_name>United States</country_name>
@@ -68,7 +68,7 @@
<revenue>5</revenue>
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors>
<sum_daily_nb_users>0</sum_daily_nb_users>
- <segmentFilter>regionCode==NU;countryCode==ca</segmentFilter>
+ <segment>regionCode==NU;countryCode==ca</segment>
<region>NU</region>
<country>ca</country>
<country_name>Canada</country_name>