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:
authorStefan Giehl <stefan@matomo.org>2021-11-26 17:35:41 +0300
committerGitHub <noreply@github.com>2021-11-26 17:35:41 +0300
commit7f1ba0936c83e06356a58396be55cbb4abaf0e1b (patch)
tree7b045d1a4f87d05a566880abbaa29003460e2560 /plugins/CustomDimensions
parent4a089cb5d0b8777e3a378af350fdb726b69afcd8 (diff)
Fix time on page calculation in visits log (#18294)
* Try to fix time on page calculation in visits log * fix calculation of last page view * updates expected test files * updates submodules
Diffstat (limited to 'plugins/CustomDimensions')
-rw-r--r--plugins/CustomDimensions/tests/System/expected/test___Live.getLastVisitsDetails_year.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/CustomDimensions/tests/System/expected/test___Live.getLastVisitsDetails_year.xml b/plugins/CustomDimensions/tests/System/expected/test___Live.getLastVisitsDetails_year.xml
index c2493a69c1..44f8960191 100644
--- a/plugins/CustomDimensions/tests/System/expected/test___Live.getLastVisitsDetails_year.xml
+++ b/plugins/CustomDimensions/tests/System/expected/test___Live.getLastVisitsDetails_year.xml
@@ -16,6 +16,8 @@
<pageId>4</pageId>
<bandwidth />
+ <timeSpent>0</timeSpent>
+ <timeSpentPretty>0s</timeSpentPretty>
<pageviewPosition>1</pageviewPosition>
<title>Fourth page view</title>
<subtitle>http://example.com/sub_en/page?param=en_US</subtitle>
@@ -157,6 +159,8 @@
<pageId>6</pageId>
<bandwidth />
+ <timeSpent>0</timeSpent>
+ <timeSpentPretty>0s</timeSpentPretty>
<pageviewPosition>1</pageviewPosition>
<title>Sixth page view</title>
<subtitle>http://example.com/sub_en/page?param=en_US</subtitle>
@@ -298,6 +302,8 @@
<pageId>5</pageId>
<bandwidth />
+ <timeSpent>0</timeSpent>
+ <timeSpentPretty>0s</timeSpentPretty>
<pageviewPosition>1</pageviewPosition>
<title>Fifth page view</title>
<subtitle>http://example.com/sub_en/page?param=en_US</subtitle>
@@ -498,6 +504,8 @@
<pageId>3</pageId>
<bandwidth />
+ <timeSpent>0</timeSpent>
+ <timeSpentPretty>0s</timeSpentPretty>
<pageviewPosition>3</pageviewPosition>
<title>Third page view</title>
<subtitle>http://example.com/sub_en/page?param=en_US</subtitle>
@@ -622,6 +630,8 @@
<pageId>9</pageId>
<bandwidth />
+ <timeSpent>0</timeSpent>
+ <timeSpentPretty>0s</timeSpentPretty>
<pageviewPosition>1</pageviewPosition>
<title>Viewing homepage</title>
<subtitle>http://example.com/sub_en/page</subtitle>