From ed3cebf7583ab53433e10091aa78658eaefad08e Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@gmail.com>
Date: Thu, 22 Jan 2015 03:47:32 +0000
Subject: [PATCH] refs #6217 fixing system tests, the number of visits changed
 because of new visit after midnight

---
 .../TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php
index bb8d36ad8c..c330710f61 100755
--- a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php
+++ b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php
@@ -179,7 +179,7 @@ class TwoVisitorsTwoWebsitesDifferentDaysConversionsTest extends SystemTestCase
         $result = $archive->getNumeric($columns);
         $this->assertEquals(
             array(
-                'nb_visits' => 4,
+                'nb_visits' => 5,
                 'Goal_nb_conversions' => 6,
                 'nb_actions' => 13 // actions should remain the same as nothing was reports are still marked as already processed
             ),
@@ -201,8 +201,8 @@ class TwoVisitorsTwoWebsitesDifferentDaysConversionsTest extends SystemTestCase
 
         $this->assertEquals(
             array(
-                'nb_visits' => 4,
-                'Goal_nb_conversions' => 6,
+                'nb_visits' => 6,
+                'Goal_nb_conversions' => 7,
                 'nb_actions' => 26 // now actions should be increased as the reports were invalidated
             ),
             $result
-- 
GitLab