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
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-12-19 01:50:29 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-19 01:50:29 +0300
commita0fc1863dd5ed0a00efa84d5c6fd504acb7f420c (patch)
tree94d1fbe85ed222835e058738207b17a8bc5d4047 /tests
parentf79acd11a75f490080bc589edfad3eb6a9a8c68b (diff)
Fix test by using a non -googlebot IP
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml6
-rw-r--r--tests/resources/access-logs/fake_logs_visits_in_reverse_chronological_order.log6
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml b/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
index 3e66d5f8ab..8f69cec30a 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitor_SeveralDays_ImportedInRandomOrderTest_shouldShowOneVisit_InEachOfThreeDays__Live.getLastVisitsDetails_month.xml
+++ b/tests/PHPUnit/System/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>24.125.31.147</visitIp>
<actionDetails>
<row>
<type>action</type>
@@ -94,7 +94,7 @@
<row>
<idSite>1</idSite>
<idVisit>2</idVisit>
- <visitIp>74.125.31.147</visitIp>
+ <visitIp>24.125.31.147</visitIp>
<actionDetails>
<row>
<type>action</type>
@@ -185,7 +185,7 @@
<row>
<idSite>1</idSite>
<idVisit>3</idVisit>
- <visitIp>74.125.31.147</visitIp>
+ <visitIp>24.125.31.147</visitIp>
<actionDetails>
<row>
<type>action</type>
diff --git a/tests/resources/access-logs/fake_logs_visits_in_reverse_chronological_order.log b/tests/resources/access-logs/fake_logs_visits_in_reverse_chronological_order.log
index 2d7d0fb3f9..9a7891231c 100644
--- a/tests/resources/access-logs/fake_logs_visits_in_reverse_chronological_order.log
+++ b/tests/resources/access-logs/fake_logs_visits_in_reverse_chronological_order.log
@@ -1,6 +1,6 @@
-74.125.31.147 - - [07/Apr/2013:19:00:00 +0900] "GET / HTTP/1.1" 200 9625 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
+24.125.31.147 - - [07/Apr/2013:19:00:00 +0900] "GET / HTTP/1.1" 200 9625 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
-74.125.31.147 - - [06/Apr/2013:20:00:00 +0900] "GET / HTTP/1.1" 200 9625 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
+24.125.31.147 - - [06/Apr/2013:20:00:00 +0900] "GET / HTTP/1.1" 200 9625 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
-74.125.31.147 - - [05/Apr/2013:21:00:00 +0900] "GET / HTTP/1.1" 200 9625 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"
+24.125.31.147 - - [05/Apr/2013:21:00:00 +0900] "GET / HTTP/1.1" 200 9625 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"