From f097211fb7815fe7dd3af068d39c857f964e3012 Mon Sep 17 00:00:00 2001 From: Lachlan Reynolds Date: Tue, 2 Jun 2026 11:59:26 +1200 Subject: [PATCH 1/2] Fix system tests [no_release] --- .../test___Actions.getPageUrls_day.xml | 5 ++-- .../test___Actions.getPageUrls_year.xml | 5 ++-- ...mensions.getConfiguredCustomDimensions.xml | 6 ++--- .../test___SitesManager.getSiteFromId.xml | 27 ------------------- 4 files changed, 9 insertions(+), 34 deletions(-) diff --git a/tests/System/expected/test___Actions.getPageUrls_day.xml b/tests/System/expected/test___Actions.getPageUrls_day.xml index 768a084..4c08979 100644 --- a/tests/System/expected/test___Actions.getPageUrls_day.xml +++ b/tests/System/expected/test___Actions.getPageUrls_day.xml @@ -69,13 +69,14 @@ 1 2541 1 + 1 1 2541 2 0.5 - 0 + 1 1 1270.5 @@ -84,7 +85,7 @@ 5 2 0.5 - 0 + 1 1 2.5 diff --git a/tests/System/expected/test___Actions.getPageUrls_year.xml b/tests/System/expected/test___Actions.getPageUrls_year.xml index db8d6f1..23f9031 100644 --- a/tests/System/expected/test___Actions.getPageUrls_year.xml +++ b/tests/System/expected/test___Actions.getPageUrls_year.xml @@ -66,13 +66,14 @@ 1 2541 1 + 1 1 2541 2 0.5 - 0 + 1 1 1270.5 @@ -81,7 +82,7 @@ 5 2 0.5 - 0 + 1 1 2.5 diff --git a/tests/System/expected/test___CustomDimensions.getConfiguredCustomDimensions.xml b/tests/System/expected/test___CustomDimensions.getConfiguredCustomDimensions.xml index e665db8..f01cb8e 100644 --- a/tests/System/expected/test___CustomDimensions.getConfiguredCustomDimensions.xml +++ b/tests/System/expected/test___CustomDimensions.getConfiguredCustomDimensions.xml @@ -4,7 +4,7 @@ 1 1 MyName1 - + 1 visit 1 @@ -16,7 +16,7 @@ 2 1 MyName2 - + 1 action 1 @@ -28,7 +28,7 @@ 3 1 MyName3 - + 2 action 0 diff --git a/tests/System/expected/test___SitesManager.getSiteFromId.xml b/tests/System/expected/test___SitesManager.getSiteFromId.xml index c3f4de8..e69de29 100644 --- a/tests/System/expected/test___SitesManager.getSiteFromId.xml +++ b/tests/System/expected/test___SitesManager.getSiteFromId.xml @@ -1,27 +0,0 @@ - - - - 1 - MigrationSite - - http://piwik.net - 2013-01-22 00:00:00 - 1 - 1 - - - UTC - USD - 0 - - - - - - website - 0 - superUserLogin - UTC - US Dollar - - \ No newline at end of file From ce66eeffaaa25d2b7dd1b7fdccb968cbf62dd443 Mon Sep 17 00:00:00 2001 From: Lachlan Reynolds Date: Wed, 3 Jun 2026 11:02:21 +1200 Subject: [PATCH 2/2] Add back in deleted test [no_release] --- .../test___SitesManager.getSiteFromId.xml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/tests/System/expected/test___SitesManager.getSiteFromId.xml b/tests/System/expected/test___SitesManager.getSiteFromId.xml index e69de29..c3f4de8 100644 --- a/tests/System/expected/test___SitesManager.getSiteFromId.xml +++ b/tests/System/expected/test___SitesManager.getSiteFromId.xml @@ -0,0 +1,27 @@ + + + + 1 + MigrationSite + + http://piwik.net + 2013-01-22 00:00:00 + 1 + 1 + + + UTC + USD + 0 + + + + + + website + 0 + superUserLogin + UTC + US Dollar + + \ No newline at end of file