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:
authorsgiehl <stefan@piwik.org>2014-10-10 20:43:52 +0400
committersgiehl <stefan@piwik.org>2014-10-10 20:43:52 +0400
commit4b4bd25ae13c4538a9e92f9980eaba6d08152c70 (patch)
tree4f6550b25bb4c02b375767d6a6b80be4f4052f90 /plugins/ExamplePlugin/tests
parent089e35a36138bb853a1e2d8477e258c614a158e9 (diff)
small cleanup in tests:
- renamed code coverage tests units to new structure - removed processed system test files from git, added to .gitignore
Diffstat (limited to 'plugins/ExamplePlugin/tests')
-rw-r--r--plugins/ExamplePlugin/tests/System/processed/test___API.get_day.xml30
-rw-r--r--plugins/ExamplePlugin/tests/System/processed/test___Goals.getItemsSku_day.xml12
2 files changed, 0 insertions, 42 deletions
diff --git a/plugins/ExamplePlugin/tests/System/processed/test___API.get_day.xml b/plugins/ExamplePlugin/tests/System/processed/test___API.get_day.xml
deleted file mode 100644
index 1cfef75f4b..0000000000
--- a/plugins/ExamplePlugin/tests/System/processed/test___API.get_day.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<result>
- <nb_uniq_visitors>2</nb_uniq_visitors>
- <nb_visits>2</nb_visits>
- <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>
- <nb_visits_returning>0</nb_visits_returning>
- <nb_actions_returning>0</nb_actions_returning>
- <nb_uniq_visitors_returning>0</nb_uniq_visitors_returning>
- <bounce_rate_returning>0%</bounce_rate_returning>
- <nb_actions_per_visit_returning>0</nb_actions_per_visit_returning>
- <avg_time_on_site_returning>0</avg_time_on_site_returning>
- <nb_conversions>1</nb_conversions>
- <nb_visits_converted>1</nb_visits_converted>
- <conversion_rate>50</conversion_rate>
- <revenue>2541</revenue>
- <nb_pageviews>3</nb_pageviews>
- <nb_uniq_pageviews>3</nb_uniq_pageviews>
- <nb_downloads>0</nb_downloads>
- <nb_uniq_downloads>0</nb_uniq_downloads>
- <nb_outlinks>0</nb_outlinks>
- <nb_uniq_outlinks>0</nb_uniq_outlinks>
- <nb_searches>1</nb_searches>
- <nb_keywords>1</nb_keywords>
- <avg_time_generation>0</avg_time_generation>
-</result> \ No newline at end of file
diff --git a/plugins/ExamplePlugin/tests/System/processed/test___Goals.getItemsSku_day.xml b/plugins/ExamplePlugin/tests/System/processed/test___Goals.getItemsSku_day.xml
deleted file mode 100644
index ba820ed649..0000000000
--- a/plugins/ExamplePlugin/tests/System/processed/test___Goals.getItemsSku_day.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<result>
- <row>
- <label>SKU_ID</label>
- <revenue>25641</revenue>
- <quantity>33</quantity>
- <orders>1</orders>
- <avg_price>777</avg_price>
- <avg_quantity>33</avg_quantity>
- <conversion_rate>0%</conversion_rate>
- </row>
-</result> \ No newline at end of file