aboutsummaryrefslogtreecommitdiff
path: root/core/src/androidTest/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/androidTest/res/xml')
-rw-r--r--core/src/androidTest/res/xml/test_changelog.xml12
-rw-r--r--core/src/androidTest/res/xml/test_faq.xml9
-rw-r--r--core/src/androidTest/res/xml/text_changelog.xml11
3 files changed, 21 insertions, 11 deletions
diff --git a/core/src/androidTest/res/xml/test_changelog.xml b/core/src/androidTest/res/xml/test_changelog.xml
new file mode 100644
index 0000000..2e90561
--- /dev/null
+++ b/core/src/androidTest/res/xml/test_changelog.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <version title="v1.1"/>
+ <item text="This is version 1.1" />
+ <item text="This is the last line to be displayed" />
+ <item text="" />
+
+ <version title="v1.0"/>
+ <item text="potato 1.0" />
+
+</resources> \ No newline at end of file
diff --git a/core/src/androidTest/res/xml/test_faq.xml b/core/src/androidTest/res/xml/test_faq.xml
new file mode 100644
index 0000000..4905df3
--- /dev/null
+++ b/core/src/androidTest/res/xml/test_faq.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <question>This is a question</question>
+ <answer>This is an answer</answer>
+ <question>This is another question</question>
+ <answer>This is another answer</answer>
+
+</resources> \ No newline at end of file
diff --git a/core/src/androidTest/res/xml/text_changelog.xml b/core/src/androidTest/res/xml/text_changelog.xml
deleted file mode 100644
index 6294144..0000000
--- a/core/src/androidTest/res/xml/text_changelog.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <version title="title1"/>
- <item text="test case" />
- <item text="" />
-
- <version title="title2"/>
- <item text="potato" />
-
-</resources> \ No newline at end of file