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-03-17 09:01:28 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-17 09:01:28 +0400
commitc1f375e0309b9ff1de8508c53d94f25724560b02 (patch)
tree67198f3f0cec9ed29c7d1d9cfe38beee36aee568 /tests/PHPUnit
parentdf458d73f65dce512da8c8519b4837a6453eabe6 (diff)
Fixes #4857
Diffstat (limited to 'tests/PHPUnit')
-rw-r--r--tests/PHPUnit/Integration/ArchiveCronTest.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PHPUnit/Integration/ArchiveCronTest.php b/tests/PHPUnit/Integration/ArchiveCronTest.php
index 2bb08d386e..99997acdb2 100644
--- a/tests/PHPUnit/Integration/ArchiveCronTest.php
+++ b/tests/PHPUnit/Integration/ArchiveCronTest.php
@@ -60,10 +60,6 @@ class Test_Piwik_Integration_ArchiveCronTest extends IntegrationTestCase
$results[] = array(array('VisitsSummary.get', 'Live.getLastVisitsDetails', 'VisitFrequency.get'),
array('idSite' => '1',
'date' => '2012-08-09',
-
- // test for this bug http://dev.piwik.org/trac/ticket/4857 (with period != range)
- 'disableArchivingEnforced' => true,
-
'periods' => array('day', 'year'),
'segment' => $segment,
'testSuffix' => '_preArchivedSegment'));