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 /plugins/Contents/tests/System/expected/test_Contents__Contents.getContentNames_month.xml
parentb18b499688bcabcc3aa0b358dbc78936a9f607e2 (diff)
refs #4633 rename segmentFilter => segment
Diffstat (limited to 'plugins/Contents/tests/System/expected/test_Contents__Contents.getContentNames_month.xml')
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Contents.getContentNames_month.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Contents.getContentNames_month.xml b/plugins/Contents/tests/System/expected/test_Contents__Contents.getContentNames_month.xml
index 0560531eff..069388968b 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Contents.getContentNames_month.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Contents.getContentNames_month.xml
@@ -8,7 +8,7 @@
<sum_daily_nb_uniq_visitors>8</sum_daily_nb_uniq_visitors>
<interaction_rate>25%</interaction_rate>
<contentTarget>http://www.example.com</contentTarget>
- <segmentFilter>contentName==ImageAd</segmentFilter>
+ <segment>contentName==ImageAd</segment>
</row>
<row>
<label>Text Ad</label>
@@ -18,7 +18,7 @@
<sum_daily_nb_uniq_visitors>6</sum_daily_nb_uniq_visitors>
<interaction_rate>66.67%</interaction_rate>
<contentTarget>http://piwik.org/</contentTarget>
- <segmentFilter>contentName==Text+Ad</segmentFilter>
+ <segment>contentName==Text+Ad</segment>
</row>
<row>
<label>Video Ad</label>
@@ -28,6 +28,6 @@
<sum_daily_nb_uniq_visitors>2</sum_daily_nb_uniq_visitors>
<interaction_rate>0%</interaction_rate>
<contentTarget />
- <segmentFilter>contentName==Video+Ad</segmentFilter>
+ <segment>contentName==Video+Ad</segment>
</row>
</result> \ No newline at end of file