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 <tsteur@users.noreply.github.com>2016-08-16 06:47:01 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-08-16 06:47:01 +0300
commit9df0763a88660ad71646b1bf805b7818380f2bb7 (patch)
treecc9fb27379f8cd1dfdf56899d6bd85a83e55965e /tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml
parent24d8a0ee74fd6d6f26338c3efb8eb143eaed5ec0 (diff)
API should not prettify labels when requesting period=week with many periods (#10381)
* fixes #7480 API should not prettify labels when requesting period=week with many periods * we still need to format the period * fix tests * Update CHANGELOG.md
Diffstat (limited to 'tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml b/tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml
index ee4a001854..74ce678b87 100644
--- a/tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml
+++ b/tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<results>
<result idSite="1">
- <result date="From 2009-12-28 to 2010-01-03">
+ <result date="2009-12-28,2010-01-03">
<row>
<label>VisitorType</label>
<nb_visits>3</nb_visits>
@@ -287,11 +287,11 @@
</subtable>
</row>
</result>
- <result date="From 2010-01-04 to 2010-01-10" />
- <result date="From 2010-01-11 to 2010-01-17" />
- <result date="From 2010-01-18 to 2010-01-24" />
- <result date="From 2010-01-25 to 2010-01-31" />
- <result date="From 2010-02-01 to 2010-02-07" />
- <result date="From 2010-02-08 to 2010-02-14" />
+ <result date="2010-01-04,2010-01-10" />
+ <result date="2010-01-11,2010-01-17" />
+ <result date="2010-01-18,2010-01-24" />
+ <result date="2010-01-25,2010-01-31" />
+ <result date="2010-02-01,2010-02-07" />
+ <result date="2010-02-08,2010-02-14" />
</result>
</results> \ No newline at end of file