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>2013-12-12 15:36:17 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-12 15:36:17 +0400
commit502eb6e95f3de5ef4570089eea977cb487fb629d (patch)
tree38106cf66ed8455ee5aef92ac94f4cab8a81dc9f
parente6282a45b5c8e7dd455f9e459246fa87e9247e4b (diff)
Fix build
-rw-r--r--tests/PHPUnit/Integration/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml6
-rwxr-xr-xtests/PHPUnit/IntegrationTestCase.php2
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/PHPUnit/Integration/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/Integration/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
index 0d5ad46378..fa533482ef 100644
--- a/tests/PHPUnit/Integration/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/Integration/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
@@ -3,7 +3,7 @@
<row>
<idSite>1</idSite>
<idVisit>1</idVisit>
- <visitIp>74.125.31.147</visitIp>
+ <visitIp>74.125.31.0</visitIp>
<visitorType>new</visitorType>
<visitorTypeIcon />
<visitConverted>0</visitConverted>
@@ -89,7 +89,7 @@
<row>
<idSite>1</idSite>
<idVisit>2</idVisit>
- <visitIp>74.125.31.147</visitIp>
+ <visitIp>74.125.31.0</visitIp>
<visitorType>new</visitorType>
<visitorTypeIcon />
<visitConverted>0</visitConverted>
@@ -175,7 +175,7 @@
<row>
<idSite>1</idSite>
<idVisit>3</idVisit>
- <visitIp>74.125.31.147</visitIp>
+ <visitIp>74.125.31.0</visitIp>
<visitorType>new</visitorType>
<visitorTypeIcon />
<visitConverted>0</visitConverted>
diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 861b68b1c7..0db978d849 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -94,7 +94,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
// Install plugins
$messages = $pluginsManager->installLoadedPlugins();
if(!empty($messages)) {
- echo implode(" ---- ", $messages);
+// echo implode(" ---- ", $messages);
}
// Activate them