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>2014-11-09 10:44:46 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-09 10:44:46 +0300
commitf39494265b92d43841788b93abdb133620b06b19 (patch)
treed3fe7c8c4b5ee48a53bbccd356d1d4b69c89aeae /plugins/ExamplePlugin
parentccfc07ee093025d85cfc7f1a39ce57021dc7554a (diff)
Fixing more tests.
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml b/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
index c04d73d2c7..79d37b3acd 100644
--- a/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
+++ b/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
@@ -5,9 +5,8 @@
<nb_users>0</nb_users>
<nb_actions>4</nb_actions>
<max_actions>2</max_actions>
- <bounce_rate>0%</bounce_rate>
- <nb_actions_per_visit>2</nb_actions_per_visit>
- <avg_time_on_site>632</avg_time_on_site>
+ <bounce_count>0</bounce_count>
+ <sum_visit_length>1264</sum_visit_length>
<nb_visits_returning>0</nb_visits_returning>
<nb_actions_returning>0</nb_actions_returning>
<nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
@@ -30,5 +29,7 @@
<nb_uniq_outlinks>0</nb_uniq_outlinks>
<nb_searches>1</nb_searches>
<nb_keywords>1</nb_keywords>
- <avg_time_generation>0</avg_time_generation>
+ <bounce_rate>0%</bounce_rate>
+ <nb_actions_per_visit>2</nb_actions_per_visit>
+ <avg_time_on_site>632</avg_time_on_site>
</result> \ No newline at end of file