From 24c2aa796cfd7101926be5de5d6d7dafcb9e4145 Mon Sep 17 00:00:00 2001 From: diosmosis <benaka.moorthi@gmail.com> Date: Mon, 8 Apr 2013 05:25:39 +0000 Subject: [PATCH] Refs #3781, revert change to unrelated integration test. --- .../Integration/ManyVisitorsOneWebsiteTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php b/tests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php index 0c01c81f8f..677c5c3ff7 100755 --- a/tests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php +++ b/tests/PHPUnit/Integration/ManyVisitorsOneWebsiteTest.php @@ -73,17 +73,6 @@ class Test_Piwik_Integration_ManyVisitorsOneWebsiteTest extends IntegrationTestC 'periods' => array('month'), 'otherRequestParameters' => array('ip' => '194.57.91.215') )), - - // test filter_sort_column w/ processed metric - array('API.getProcessedReport', array('idSite' => $idSite, - 'date' => $dateTime, - 'periods' => 'day', - 'apiModule' => 'UserCountry', - 'apiAction' => 'getCity', - 'testSuffix' => '_filterSortProcessed', - 'otherRequestParameters' => array( - //'filter_sort_column' => 'bounce_rate' - ))), ); } } -- GitLab