Skip to content
Extraits de code Groupes Projets
Valider ed3cebf7 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #6217 fixing system tests, the number of visits changed because of new visit after midnight

parent 64eeb6b0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -179,7 +179,7 @@ class TwoVisitorsTwoWebsitesDifferentDaysConversionsTest extends SystemTestCase ...@@ -179,7 +179,7 @@ class TwoVisitorsTwoWebsitesDifferentDaysConversionsTest extends SystemTestCase
$result = $archive->getNumeric($columns); $result = $archive->getNumeric($columns);
$this->assertEquals( $this->assertEquals(
array( array(
'nb_visits' => 4, 'nb_visits' => 5,
'Goal_nb_conversions' => 6, 'Goal_nb_conversions' => 6,
'nb_actions' => 13 // actions should remain the same as nothing was reports are still marked as already processed '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 ...@@ -201,8 +201,8 @@ class TwoVisitorsTwoWebsitesDifferentDaysConversionsTest extends SystemTestCase
$this->assertEquals( $this->assertEquals(
array( array(
'nb_visits' => 4, 'nb_visits' => 6,
'Goal_nb_conversions' => 6, 'Goal_nb_conversions' => 7,
'nb_actions' => 26 // now actions should be increased as the reports were invalidated 'nb_actions' => 26 // now actions should be increased as the reports were invalidated
), ),
$result $result
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter