summaryrefslogtreecommitdiffstats
path: root/layman/tests/testfiles/format-subpath-category-2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'layman/tests/testfiles/format-subpath-category-2.xml')
-rw-r--r--layman/tests/testfiles/format-subpath-category-2.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/layman/tests/testfiles/format-subpath-category-2.xml b/layman/tests/testfiles/format-subpath-category-2.xml
new file mode 100644
index 0000000..8b84d2d
--- /dev/null
+++ b/layman/tests/testfiles/format-subpath-category-2.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
+<repositories xmlns="" version="1.0">
+ <repo>
+ <name>a_name</name>
+ <description>a_desc</description>
+ <owner>
+ <email>a_owner@example.org</email>
+ </owner>
+ <source type="tar" format="bz2">http://example.org/a.tar.bz2</source>
+ <category>a_cat</category>
+ </repo>
+ <repo>
+ <name>b_name</name>
+ <description>b_desc</description>
+ <owner>
+ <email>b_owner@example.org</email>
+ </owner>
+ <source type="tar">http://example.org/b.tar.gz</source>
+ <subpath>b_path</subpath>
+ </repo>
+ <repo>
+ <name>c_name</name>
+ <description>c_desc</description>
+ <owner>
+ <email>c_owner@example.org</email>
+ </owner>
+ <source type="cvs">:pserver:username@example.org:/usr/local/cvs-repository</source>
+ <subpath>c_path</subpath>
+ </repo>
+</repositories>