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:
authorStefan Giehl <stefan@piwik.org>2018-05-20 22:14:10 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-05-20 22:14:10 +0300
commit509ac2f1085e74c6a44253248f9f2fc3ac54d337 (patch)
tree785e3898de3c0be2ebddb7a6682f1de31c7c4318 /plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml
parent682cc40c9106e20b97d86a663d0f2c2714e32303 (diff)
Improve and split tests (#12822)
* Speed up some tests by not using IntegrationTestCase * fix test * split system tests into plugin & core * adjust travis submodule * Move Annotations system test to plugin * Move Transitions system test to plugin * fix tests * move PurgeDataTest to PrivacyManager plugin * Move some tests to Goal plugin * fix test * submodule update * Move tests to ecommerce plugin * adds a caching to prevent some duplicate api calls
Diffstat (limited to 'plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml')
-rw-r--r--plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml
new file mode 100644
index 0000000000..8ac7b4520a
--- /dev/null
+++ b/plugins/Annotations/tests/System/expected/test_annotations__Annotations.get.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>
+ <date>2011-12-02</date>
+ <note>1: Site 1 annotation for 2011-12-02</note>
+ <starred>0</starred>
+ <user>superUserLogin</user>
+ <idNote>1</idNote>
+ <canEditOrDelete>1</canEditOrDelete>
+ </row>
+</result> \ No newline at end of file