From 75535a75d4b15a825c8b169b03d5b2774c5d84e7 Mon Sep 17 00:00:00 2001
From: sgiehl <stefangiehl@gmail.com>
Date: Fri, 17 Aug 2012 23:23:02 +0000
Subject: [PATCH] refs #3227 finally found the difference - fixes some more
 integration tests

git-svn-id: http://dev.piwik.org/svn/trunk@6820 59fd770c-687e-43c8-a1e3-f5a4ff64c105
---
 tests/PHPUnit/IntegrationTestCase.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 1566ad1391..8c72a11b6c 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -463,10 +463,10 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
             // Used in Actions.getPageUrl, .getDownload, etc.
             // tied to Main.test.php doTest_oneVisitorTwoVisits
             // will need refactoring when these same API functions are tested in a new function
-            'downloadUrl'      => urlencode('http://piwik.org/path/again/latest.zip?phpsessid=this is ignored when searching'),
-            'outlinkUrl'       => urlencode('http://dev.piwik.org/svn'),
-            'pageUrl'          => urlencode('http://example.org/index.htm?sessionid=this is also ignored by default'),
-            'pageName'         => urlencode(' Checkout / Purchasing... '),
+            'downloadUrl'      => 'http://piwik.org/path/again/latest.zip?phpsessid=this is ignored when searching',
+            'outlinkUrl'       => 'http://dev.piwik.org/svn',
+            'pageUrl'          => 'http://example.org/index.htm?sessionid=this is also ignored by default',
+            'pageName'         => ' Checkout / Purchasing... ',
 
             // do not show the millisec timer in response or tests would always fail as value is changing
             'showTimer'        => 0,
-- 
GitLab