From 811886ca1fbf7e8edeb766c0eb36580a97b3ee73 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 24 Sep 2014 11:28:50 +1200 Subject: [PATCH] Fix integration test --- .../TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php | 2 +- tests/PHPUnit/UI | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php index 69c7ea2495..d7582bdcc6 100755 --- a/tests/PHPUnit/Integration/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php +++ b/tests/PHPUnit/Integration/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php @@ -91,7 +91,7 @@ class TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest extends Integratio // 2 Referrer metrics (Referrers_distinctSearchEngines/Referrers_distinctKeywords), // 3 done flag (referrers, CustomVar, VisitsSummary), // X * 2 segments - 'archive_numeric_2009_12' => (7 + 2 + 3) * 2, + 'archive_numeric_2009_12' => (6 + 2 + 3) * 2, ); foreach ($tests as $table => $expectedRows) { $sql = "SELECT count(*) FROM " . Common::prefixTable($table); diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI index 8ccc70a830..acf9987a76 160000 --- a/tests/PHPUnit/UI +++ b/tests/PHPUnit/UI @@ -1 +1 @@ -Subproject commit 8ccc70a83038fce47a3bdba662f9b69736ee1e4b +Subproject commit acf9987a7688150a14b09cff6018fea75b205f1b -- GitLab