Skip to content
Extraits de code Groupes Projets
Valider 75535a75 rédigé par sgiehl's avatar sgiehl
Parcourir les fichiers

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
parent 99cb6aea
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -463,10 +463,10 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase ...@@ -463,10 +463,10 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
// Used in Actions.getPageUrl, .getDownload, etc. // Used in Actions.getPageUrl, .getDownload, etc.
// tied to Main.test.php doTest_oneVisitorTwoVisits // tied to Main.test.php doTest_oneVisitorTwoVisits
// will need refactoring when these same API functions are tested in a new function // 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'), 'downloadUrl' => 'http://piwik.org/path/again/latest.zip?phpsessid=this is ignored when searching',
'outlinkUrl' => urlencode('http://dev.piwik.org/svn'), 'outlinkUrl' => 'http://dev.piwik.org/svn',
'pageUrl' => urlencode('http://example.org/index.htm?sessionid=this is also ignored by default'), 'pageUrl' => 'http://example.org/index.htm?sessionid=this is also ignored by default',
'pageName' => urlencode(' Checkout / Purchasing... '), 'pageName' => ' Checkout / Purchasing... ',
// do not show the millisec timer in response or tests would always fail as value is changing // do not show the millisec timer in response or tests would always fail as value is changing
'showTimer' => 0, 'showTimer' => 0,
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter