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:
authorThomas Steur <thomas.steur@gmail.com>2015-03-06 05:58:44 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-03-06 05:58:44 +0300
commit80a3d803e71c5431d33fd759e8b12cd3948f1c8e (patch)
tree7bb56543bf28a589de5a04f427f7bc6369acdb19 /tests/PHPUnit/System/BackwardsCompatibility1XTest.php
parent08e4fd208526b78eba6ff4dc56bad67c485cdb77 (diff)
removed the tests that do not work since we do not get a subtable
Diffstat (limited to 'tests/PHPUnit/System/BackwardsCompatibility1XTest.php')
-rw-r--r--tests/PHPUnit/System/BackwardsCompatibility1XTest.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
index f4fdaa3c40..d9cf26cf42 100644
--- a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
@@ -156,17 +156,6 @@ class BackwardsCompatibility1XTest extends SystemTestCase
'testSuffix' => '_flat',
'periods' => array('range'), 'disableArchiving' => true)),
- array('API.getProcessedReport', array('idSite' => $idSite, 'date' => '2012-03-06',
- 'apiModule' => 'Actions', 'apiAction' => 'getPageUrls',
- 'otherRequestParameters' => array(),
- 'testSuffix' => '_proc',
- 'periods' => array('day'), 'disableArchiving' => true)),
-
- array('Actions.getPageUrls', array('idSite' => $idSite, 'date' => '2012-03-06',
- 'otherRequestParameters' => array('depth' => '1'),
- 'testSuffix' => '_subtable',
- 'periods' => array('day'), 'disableArchiving' => true)),
-
array('VisitFrequency.get', array('idSite' => $idSite, 'date' => '2012-03-03,2012-12-12', 'periods' => array('month'),
'testSuffix' => '_multipleOldNew', 'disableArchiving' => true)),
array($reportsToCompareSeparately, $defaultOptions),