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>2014-06-10 03:34:24 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-10 03:34:24 +0400
commit3174a75fdd06403853fd744631d6f19cdc252241 (patch)
tree82d95e04fb1a288049234f1f55a9f72d0bcd76cf /tests/PHPUnit
parent1a1ab4b7f2dab194674f04a763f2c79a4257b7bb (diff)
Use piwik-latest.zip instead of latest.zip to work around bug on Chrome on Windows Refs #4455
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/Core/HttpTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/HttpTest.php b/tests/PHPUnit/Core/HttpTest.php
index 3042bfaadc..f0b643dd83 100644
--- a/tests/PHPUnit/Core/HttpTest.php
+++ b/tests/PHPUnit/Core/HttpTest.php
@@ -64,7 +64,7 @@ class HttpTest extends PHPUnit_Framework_TestCase
{
$result = Http::sendHttpRequestBy(
$method,
- 'http://builds.piwik.org/latest.zip',
+ 'http://builds.piwik.org/piwik-latest.zip',
30,
$userAgent = null,
$destinationPath = null,