forked from matomo-org/matomo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs matomo-org#3632 Check Engagement reports are properly set when r…
…eplaying logs
- Loading branch information
Showing
91 changed files
with
6,340 additions
and
4,376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
.../PHPUnit/Integration/expected/test_ArchiveCronTest_noOptions__VisitsSummary.get_month.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...s/PHPUnit/Integration/expected/test_ArchiveCronTest_noOptions__VisitsSummary.get_year.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getDownload_range.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<result /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
81 changes: 81 additions & 0 deletions
81
tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getDownloads_range.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<result> | ||
<row> | ||
<label>piwik.net</label> | ||
<nb_visits>4</nb_visits> | ||
<nb_hits>4</nb_hits> | ||
<sum_time_spent>122</sum_time_spent> | ||
<entry_nb_visits>2</entry_nb_visits> | ||
<entry_nb_actions>4</entry_nb_actions> | ||
<entry_sum_visit_length>123</entry_sum_visit_length> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<exit_nb_visits>2</exit_nb_visits> | ||
<subtable> | ||
<row> | ||
<label>/19.pdf</label> | ||
<nb_visits>1</nb_visits> | ||
<nb_hits>1</nb_hits> | ||
<sum_time_spent>0</sum_time_spent> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_nb_actions>1</entry_nb_actions> | ||
<entry_sum_visit_length>0</entry_sum_visit_length> | ||
<entry_bounce_count>1</entry_bounce_count> | ||
<exit_nb_visits>1</exit_nb_visits> | ||
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors> | ||
<sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors> | ||
<sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors> | ||
<url>http://piwik.net/19.pdf</url> | ||
</row> | ||
<row> | ||
<label>/other.png</label> | ||
<nb_visits>1</nb_visits> | ||
<nb_hits>1</nb_hits> | ||
<sum_time_spent>0</sum_time_spent> | ||
<exit_nb_visits>1</exit_nb_visits> | ||
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors> | ||
<sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors> | ||
<url>http://piwik.net/other.png</url> | ||
</row> | ||
<row> | ||
<label>/thing.css</label> | ||
<nb_visits>1</nb_visits> | ||
<nb_hits>1</nb_hits> | ||
<sum_time_spent>61</sum_time_spent> | ||
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors> | ||
<url>http://piwik.net/thing.css</url> | ||
</row> | ||
<row> | ||
<label>/thing.js</label> | ||
<nb_visits>1</nb_visits> | ||
<nb_hits>1</nb_hits> | ||
<sum_time_spent>61</sum_time_spent> | ||
<entry_nb_visits>1</entry_nb_visits> | ||
<entry_nb_actions>3</entry_nb_actions> | ||
<entry_sum_visit_length>123</entry_sum_visit_length> | ||
<entry_bounce_count>0</entry_bounce_count> | ||
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors> | ||
<sum_daily_entry_nb_uniq_visitors>1</sum_daily_entry_nb_uniq_visitors> | ||
<url>http://piwik.net/thing.js</url> | ||
</row> | ||
</subtable> | ||
</row> | ||
<row> | ||
<label>builds.piwik.org</label> | ||
<nb_visits>1</nb_visits> | ||
<nb_hits>1</nb_hits> | ||
<sum_time_spent>0</sum_time_spent> | ||
<exit_nb_visits>1</exit_nb_visits> | ||
<subtable> | ||
<row> | ||
<label>/latest.zip</label> | ||
<nb_visits>1</nb_visits> | ||
<nb_hits>1</nb_hits> | ||
<sum_time_spent>0</sum_time_spent> | ||
<exit_nb_visits>1</exit_nb_visits> | ||
<sum_daily_nb_uniq_visitors>1</sum_daily_nb_uniq_visitors> | ||
<sum_daily_exit_nb_uniq_visitors>1</sum_daily_exit_nb_uniq_visitors> | ||
<url>http://builds.piwik.org/latest.zip</url> | ||
</row> | ||
</subtable> | ||
</row> | ||
</result> |
Oops, something went wrong.