From 0bd4db2edaec858a826a08b26f435ed0df6d39cd Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Wed, 13 Nov 2013 22:20:59 +1300
Subject: [PATCH] Removing another hack

---
 tests/PHPUnit/IntegrationTestCase.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 20f13891c9..92d57fa6c1 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -759,8 +759,8 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
                 // Removed the hack on Nov 13
 //                $expected = $this->removeXmlElement($expected, 'sum_daily_nb_uniq_visitors');
 //                $response = $this->removeXmlElement($response, 'sum_daily_nb_uniq_visitors');
-                $expected = $this->removeXmlElement($expected, 'nb_visits_converted');
-                $response = $this->removeXmlElement($response, 'nb_visits_converted');
+//                $expected = $this->removeXmlElement($expected, 'nb_visits_converted');
+//                $response = $this->removeXmlElement($response, 'nb_visits_converted');
             }
 
             $expected = $this->removeXmlElement($expected, 'visitServerHour');
-- 
GitLab