Skip to content

Commit 1b15aa8

Browse files
committed
adjust expected test results
1 parent 411ef08 commit 1b15aa8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ public function testCheck()
9797
// 1) CHECK 'day' archive stored in January
9898
// We expect 2 segments
9999
// * (1 custom variable name + 2 ref metrics
100-
// + 1 subtable chunk for the custom var values + 6 Referrers blob (2 of them subtables)
100+
// + 1 subtable chunk for the custom var values + 7 Referrers blob (2 of them subtables)
101101
// )
102-
'archive_blob_2010_01' => 20,
102+
'archive_blob_2010_01' => 22,
103103
// This contains all 'last N' weeks & days,
104104
// (8 metrics
105105
// + 6 referrer metrics
@@ -109,8 +109,8 @@ public function testCheck()
109109
'archive_numeric_2010_01' => 34,
110110

111111
// 2) CHECK 'week' archive stored in December (week starts the month before)
112-
// We expect 2 segments * (2 custom variable name + 2 ref metrics + 1 subtable chunk for the values of the name + 6 referrers blob (2 of them subtables))
113-
'archive_blob_2009_12' => 20,
112+
// We expect 2 segments * (2 custom variable name + 2 ref metrics + 1 subtable chunk for the values of the name + 7 referrers blob (2 of them subtables))
113+
'archive_blob_2009_12' => 22,
114114
// 8 metrics,
115115
// 6 Referrer metrics,
116116
// 3 done flag (referrers, CustomVar, VisitsSummary), all for period = 2, day w/ visits is in new year, other days have no data

0 commit comments

Comments
 (0)