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
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-05-29 06:53:54 +0400
committermattab <matthieu.aubry@gmail.com>2013-05-29 06:53:54 +0400
commit4f2628fca49047af472f9725b2589392ec3292a7 (patch)
tree7eab8254350ced8f33029b28e77a6484099e358b /tests
parentda0aaec1fb431e6fd110d6d1eea86326d0f7ece2 (diff)
Fixes #3957 thanks for the report and nice find! The bug was the missing ORDER clause.
Also fixing the "look ahead code" to lookahead at most the visit standard length
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/expected/test_TrackerWindowLookBack__VisitsSummary.getVisits_range.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/expected/test_TrackerWindowLookBack__VisitsSummary.getVisits_range.xml b/tests/PHPUnit/Integration/expected/test_TrackerWindowLookBack__VisitsSummary.getVisits_range.xml
index 66ddd312c2..5fec83d011 100644
--- a/tests/PHPUnit/Integration/expected/test_TrackerWindowLookBack__VisitsSummary.getVisits_range.xml
+++ b/tests/PHPUnit/Integration/expected/test_TrackerWindowLookBack__VisitsSummary.getVisits_range.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8" ?>
-<result>14</result> \ No newline at end of file
+<result>10</result> \ No newline at end of file