-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs #3632, add integration test for import script replay tracking.
- Loading branch information
diosmosis
committed
Feb 27, 2013
1 parent
d6a65a6
commit 5dca1a2
Showing
55 changed files
with
809 additions
and
193 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
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
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
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
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
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
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
21 changes: 20 additions & 1 deletion
21
tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.getPageUrl_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<result /> | ||
<result> | ||
<row> | ||
<label>/index.htm</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> | ||
<avg_time_on_page>0</avg_time_on_page> | ||
<bounce_rate>100%</bounce_rate> | ||
<exit_rate>100%</exit_rate> | ||
<url>http://example.org/index.htm</url> | ||
</row> | ||
</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
4 changes: 2 additions & 2 deletions
4
tests/PHPUnit/Integration/expected/test_ImportLogs__Actions.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
Oops, something went wrong.