Skip to content

Commit d1eda70

Browse files
committed
update expected test results
1 parent 1b15aa8 commit d1eda70

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,23 @@ public function testCheck()
9999
// * (1 custom variable name + 2 ref metrics
100100
// + 1 subtable chunk for the custom var values + 7 Referrers blob (2 of them subtables)
101101
// )
102-
'archive_blob_2010_01' => 22,
102+
'archive_blob_2010_01' => 22,
103103
// This contains all 'last N' weeks & days,
104104
// (8 metrics
105-
// + 6 referrer metrics
105+
// + 7 referrer metrics
106106
// + 3 done flag )
107107
// * 2 segments
108108
// for each "Last N" date that has data (just one date)
109-
'archive_numeric_2010_01' => 34,
109+
'archive_numeric_2010_01' => 36,
110110

111111
// 2) CHECK 'week' archive stored in December (week starts the month before)
112112
// 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,
113+
'archive_blob_2009_12' => 22,
114114
// 8 metrics,
115-
// 6 Referrer metrics,
115+
// 7 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
117117
// X * 2 segments
118-
'archive_numeric_2009_12' => (8 + 6 + 3) * 2,
118+
'archive_numeric_2009_12' => (8 + 7 + 3) * 2,
119119
);
120120

121121
foreach ($tests as $table => $expectedRows) {

0 commit comments

Comments
 (0)