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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-12 06:31:23 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-12 06:31:23 +0400
commitd989c794c832d40a66f7a56e6e0607a20e4a7af5 (patch)
tree2be381ef58115059aab81282da8a6b88489f7a19 /tests
parentd6f94510ca16b4f6b06d5113c97fa206f704b489 (diff)
Refs #3089, tweaks to getVisitorProfile API output. Includes change that allows xml renderers to use special keys when rendering arrays.
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/PHPUnit/Integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml b/tests/PHPUnit/Integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
index 3e9aa5413f..52f2f13e40 100644
--- a/tests/PHPUnit/Integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
+++ b/tests/PHPUnit/Integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getVisitorProfile.xml
@@ -2,10 +2,10 @@
<result>
<totalVisits>2</totalVisits>
<totalVisitDuration>361</totalVisitDuration>
- <totalActionCount>2</totalActionCount>
+ <totalActions>2</totalActions>
<totalGoalConversions>1</totalGoalConversions>
<totalConversionsByGoal>
- <row key="1">1</row>
+ <row idgoal="1">1</row>
</totalConversionsByGoal>
<continents>
<row>
@@ -138,7 +138,7 @@
- <serverDateTimePrettyFirstAction>4 Sep 2013 16:55:17</serverDateTimePrettyFirstAction>
+
</row>
<row>
<idSite>1</idSite>
@@ -252,9 +252,9 @@
- <serverDateTimePrettyFirstAction>4 Sep 2013 15:55:17</serverDateTimePrettyFirstAction>
+
</row>
</lastVisits>
-
+ <previousVisitorId>61e8cc2d51fea26d</previousVisitorId>
</result> \ No newline at end of file