Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-09-24 03:28:50 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-24 03:28:50 +0400
commit811886ca1fbf7e8edeb766c0eb36580a97b3ee73 (patch)
tree569a4797d6fafaa1c0eed81c4098e638d3847c79
parent376948102cd6fc7a6b29cbc91e2195064aebc158 (diff)
Fix integration test
-rwxr-xr-xtests/PHPUnit/Integration/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php2
m---------tests/PHPUnit/UI0
2 files changed, 1 insertions, 1 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
-Subproject 8ccc70a83038fce47a3bdba662f9b69736ee1e4
+Subproject acf9987a7688150a14b09cff6018fea75b205f1