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
path: root/tests
diff options
context:
space:
mode:
authordiosmosis <benaka.moorthi@gmail.com>2013-04-09 09:32:00 +0400
committerdiosmosis <benaka.moorthi@gmail.com>2013-04-09 09:32:00 +0400
commitd9ff5001ecfe0fc763e62dc3a9363fc4a45d02d3 (patch)
tree81792c534ae1862804982a2bcbe5427fdba4d2b7 /tests
parent5dd5e343fca64cfde12e81d3abafd02219a4287d (diff)
Refs #3465, fix regression in multi row evolution API output where columns w/ value of 0 were not outputted.
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/expected/test_RowEvolution_multipleDates_lastNoData__API.getRowEvolution_month.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/expected/test_RowEvolution_multipleDates_lastNoData__API.getRowEvolution_month.xml b/tests/PHPUnit/Integration/expected/test_RowEvolution_multipleDates_lastNoData__API.getRowEvolution_month.xml
index ded78ea629..ff4f69a79d 100644
--- a/tests/PHPUnit/Integration/expected/test_RowEvolution_multipleDates_lastNoData__API.getRowEvolution_month.xml
+++ b/tests/PHPUnit/Integration/expected/test_RowEvolution_multipleDates_lastNoData__API.getRowEvolution_month.xml
@@ -18,6 +18,9 @@
</result>
<result date="2010-04">
<row>
+ <nb_visits_0>0</nb_visits_0>
+ <nb_visits_1>0</nb_visits_1>
+ <nb_visits_2>0</nb_visits_2>
</row>
</result>
</reportData>