From 026aee86f70610c66a7cda75a7f73df0c2aac25b Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Sun, 11 Sep 2011 05:15:23 +0000 Subject: [PATCH] Refs #2633 Number of records in archive_numeric increased, because Timo added segmentation support to Frequency API git-svn-id: http://dev.piwik.org/svn/trunk@5150 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- tests/integration/Main.test.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/Main.test.php b/tests/integration/Main.test.php index 64897cb20f..8e5672e6f5 100644 --- a/tests/integration/Main.test.php +++ b/tests/integration/Main.test.php @@ -884,9 +884,7 @@ class Test_Piwik_Integration_Main extends Test_Integration // 4 blobs for the Actions plugin, 7 blogs for UserSettings 'archive_blob_2010_12' => (4 + 7) * 2, // (VisitsSummary 5 metrics + 1 flag - no Unique visitors for range) + 2 Flags archive Actions/UserSettings + (Frequency 5 metrics + 1 flag) * 2 segments - // But VisitFrequency is not currently compatible with Segmentation, so it doesn't have a specific archive, we remove -5 metrics -1 flag - //'archive_numeric_2010_12' => (6 + 2 + 6) * 2 - 6, - 'archive_numeric_2010_12' => 28, + 'archive_numeric_2010_12' => (6 + 2 + 6) * 2, // all "Range" records are in December 'archive_blob_2011_01' => 0, -- GitLab