diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index 20f13891c972a16c8686bf5d683794363b925c58..92d57fa6c16ed5253d6e4a361b80a1f8978c3d00 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');