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-09-19 21:42:50 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-19 21:42:50 +0400
commit71dfe38e139e860ea460e0a98fa09c30d9dcbedb (patch)
treec4a9721425eb2c10c14e2edc5b47eef6949e6cec /tests/PHPUnit/Integration/expected
parent1ad956d65c6eb49c3d6b192d0adac9ce33aa0989 (diff)
Make sure PivotByDimension respects original segment query parameter when fetching intersected tables by segment.
Diffstat (limited to 'tests/PHPUnit/Integration/expected')
-rw-r--r--tests/PHPUnit/Integration/expected/test_PivotByQueryParamTest_testPivotBySegmentCreatesCorrectPivotTableWhenSegmentUsedInRequest__Referrers.getKeywords_week.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/expected/test_PivotByQueryParamTest_testPivotBySegmentCreatesCorrectPivotTableWhenSegmentUsedInRequest__Referrers.getKeywords_week.xml b/tests/PHPUnit/Integration/expected/test_PivotByQueryParamTest_testPivotBySegmentCreatesCorrectPivotTableWhenSegmentUsedInRequest__Referrers.getKeywords_week.xml
new file mode 100644
index 0000000000..f4cc044f57
--- /dev/null
+++ b/tests/PHPUnit/Integration/expected/test_PivotByQueryParamTest_testPivotBySegmentCreatesCorrectPivotTableWhenSegmentUsedInRequest__Referrers.getKeywords_week.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>
+ <col name="label">that search term</col>
+ <col name="Melbourne, Victoria, Australia">2</col>
+ </row>
+ <row>
+ <col name="label">this search term</col>
+ <col name="Melbourne, Victoria, Australia">2</col>
+ </row>
+</result> \ No newline at end of file