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-10-10 15:25:08 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-10 15:25:08 +0400
commitde3b76d303475c507a7f090b3bfda2fa3dd0114a (patch)
treeae2f44a6e5ef824ff541f94243d23d2084eb0bb6 /tests/PHPUnit/System/PivotByQueryParamTest.php
parent39209ddfdc2e2b408b71d896af977206fcfb8621 (diff)
Removed a skipped test and marking as TODO instead
Diffstat (limited to 'tests/PHPUnit/System/PivotByQueryParamTest.php')
-rw-r--r--tests/PHPUnit/System/PivotByQueryParamTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/PHPUnit/System/PivotByQueryParamTest.php b/tests/PHPUnit/System/PivotByQueryParamTest.php
index cfe630d9d5..15af9b5373 100644
--- a/tests/PHPUnit/System/PivotByQueryParamTest.php
+++ b/tests/PHPUnit/System/PivotByQueryParamTest.php
@@ -98,10 +98,10 @@ class PivotByQueryParamTest extends SystemTestCase
));
}
- public function test_PivotByParam_PlaysNiceWithQueuedFilters()
+ // TODO: known issue: some segment/report relationships are more complicated; for example, UserCountry.GetCity labels are combinations
+ // of city, region & country dimensions, so the segment to get an intersected table needs all 3 of those.
+ public function SHOULD_test_PivotByParam_PlaysNiceWithQueuedFilters()
{
- // TODO: known issue: some segment/report relationships are more complicated; for example, UserCountry.GetCity labels are combinations
- // of city, region & country dimensions, so the segment to get an intersected table needs all 3 of those.
$this->markTestSkipped("Not working right now.");