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:
authordiosmosis <diosmosis@users.noreply.github.com>2019-10-02 23:33:32 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2019-10-02 23:33:32 +0300
commit9e34ecd4ff43d19dee4b4e881545302d07887bb7 (patch)
treed10e41e1c860a53fc9d915640278fcf241f457e0 /plugins/Contents
parentf64e2e2ae4ed7197b76cd582709da71a4e065757 (diff)
Proper encoding of segment values for Actions reports. (#13481)
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml2
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml2
-rwxr-xr-xplugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml2
-rwxr-xr-xplugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml2
-rwxr-xr-xplugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml
index 97b0082789..4638796dea 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml
@@ -26,6 +26,6 @@
<exit_rate>100%</exit_rate>
<avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
- <segment>pageUrl==http%3A%2F%2Fwww.example.org%2Fpage</segment>
+ <segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
</result> \ No newline at end of file
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
index bbe552d74d..248bdc5ff0 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
@@ -26,6 +26,6 @@
<exit_rate>100%</exit_rate>
<avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
- <segment>pageUrl==http%3A%2F%2Fwww.example.org%2Fpage</segment>
+ <segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
</result> \ No newline at end of file
diff --git a/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml b/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml
index 97b0082789..4638796dea 100755
--- a/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml
@@ -26,6 +26,6 @@
<exit_rate>100%</exit_rate>
<avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
- <segment>pageUrl==http%3A%2F%2Fwww.example.org%2Fpage</segment>
+ <segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
</result> \ No newline at end of file
diff --git a/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml b/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml
index 97b0082789..4638796dea 100755
--- a/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml
@@ -26,6 +26,6 @@
<exit_rate>100%</exit_rate>
<avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
- <segment>pageUrl==http%3A%2F%2Fwww.example.org%2Fpage</segment>
+ <segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
</result> \ No newline at end of file
diff --git a/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml b/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml
index 97b0082789..4638796dea 100755
--- a/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml
+++ b/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml
@@ -26,6 +26,6 @@
<exit_rate>100%</exit_rate>
<avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
- <segment>pageUrl==http%3A%2F%2Fwww.example.org%2Fpage</segment>
+ <segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
</result> \ No newline at end of file