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>2015-09-11 05:57:41 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-11 05:57:41 +0300
commit20d06edc2d6bccb0f9bb32dbf0d2bfa5fbf80116 (patch)
tree77fba9c5e355a78df57bed584a9fd32b99b0f846 /tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
parente0ca417951207564894906ed702ad95b9470aa66 (diff)
System test case should segment on a valid url
Diffstat (limited to 'tests/PHPUnit/System/EcommerceOrderWithItemsTest.php')
-rwxr-xr-xtests/PHPUnit/System/EcommerceOrderWithItemsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php b/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
index 78a5fd7a70..31a3646e71 100755
--- a/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
+++ b/tests/PHPUnit/System/EcommerceOrderWithItemsTest.php
@@ -67,7 +67,7 @@ class EcommerceOrderWithItemsTest extends SystemTestCase
'date' => $dateTime,
'periods' => array('day', 'week'),
'otherRequestParameters' => array('_leavePiwikCoreVariables' => 1),
- 'segment' => 'pageUrl=@Another%20Product%20page',
+ 'segment' => 'pageUrl=@example.org%2Findex.htm',
'testSuffix' => '_SegmentPageUrlContains'
)
),