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_noVisit_PeriodIsLast__Resolution.getResolution_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_noVisit_PeriodIsLast__Resolution.getResolution_week.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__Resolution.getResolution_week.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__Resolution.getResolution_week.xml b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__Resolution.getResolution_week.xml
index 5cfb246edc..867400a47a 100644
--- a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__Resolution.getResolution_week.xml
+++ b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__Resolution.getResolution_week.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<results>
- <result date="From 2008-12-29 to 2009-01-04" />
- <result date="From 2009-01-05 to 2009-01-11" />
- <result date="From 2009-01-12 to 2009-01-18" />
- <result date="From 2009-01-19 to 2009-01-25" />
- <result date="From 2009-01-26 to 2009-02-01" />
- <result date="From 2009-02-02 to 2009-02-08" />
- <result date="From 2009-02-09 to 2009-02-15" />
+ <result date="2008-12-29,2009-01-04" />
+ <result date="2009-01-05,2009-01-11" />
+ <result date="2009-01-12,2009-01-18" />
+ <result date="2009-01-19,2009-01-25" />
+ <result date="2009-01-26,2009-02-01" />
+ <result date="2009-02-02,2009-02-08" />
+ <result date="2009-02-09,2009-02-15" />
</results> \ No newline at end of file