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:
authordiosmosis <benaka@piwik.pro>2015-01-28 09:59:06 +0300
committerdiosmosis <benaka@piwik.pro>2015-02-05 01:18:32 +0300
commite43ed30926102a009985a8a6b889b20c89179ce0 (patch)
tree1ebb0ca0c36ceac3bb0f0295e79b8d73963c1b0d /tests/PHPUnit/System/OneVisitorTwoVisitsTest.php
parentf2fc752e1d0d9818a757332cabee0e4913b91502 (diff)
Fixes #6436, fix concurrency issue regarding duplicate actions by always using least idaction and deleting duplicates when they are found to be inserted. Since tracker process can potentially fail before duplicates are removed, added test to make sure reports work when duplicate actions exist in the DB.
Diffstat (limited to 'tests/PHPUnit/System/OneVisitorTwoVisitsTest.php')
-rwxr-xr-xtests/PHPUnit/System/OneVisitorTwoVisitsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/OneVisitorTwoVisitsTest.php b/tests/PHPUnit/System/OneVisitorTwoVisitsTest.php
index 287e6799f1..8ca8259846 100755
--- a/tests/PHPUnit/System/OneVisitorTwoVisitsTest.php
+++ b/tests/PHPUnit/System/OneVisitorTwoVisitsTest.php
@@ -29,7 +29,7 @@ use Exception;
class OneVisitorTwoVisitsTest extends SystemTestCase
{
/**
- * @var Test_Piwik_Fixture_OneVisitorTwoVisits
+ * @var OneVisitorTwoVisits
*/
public static $fixture = null; // initialized below class