summaryrefslogtreecommitdiffstats
path: root/layman/tests/testfiles/subpath-2.xml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2010-01-15 01:10:34 +0100
committerSebastian Pipping <sebastian@pipping.org>2010-01-15 01:10:34 +0100
commitd1e69d954ea403eb7f5d76c73ed80c248ac24bb3 (patch)
tree67211ed683df317041c3e060be2e2847a87f14df /layman/tests/testfiles/subpath-2.xml
parent9c8e55a689bc8938f3b3dcb0cd3b4e6df740b898 (diff)
downloadlayman-d1e69d954ea403eb7f5d76c73ed80c248ac24bb3.tar.gz
layman-d1e69d954ea403eb7f5d76c73ed80c248ac24bb3.tar.bz2
layman-d1e69d954ea403eb7f5d76c73ed80c248ac24bb3.zip
Remove format and category data from test case XML
Diffstat (limited to 'layman/tests/testfiles/subpath-2.xml')
-rw-r--r--layman/tests/testfiles/subpath-2.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/layman/tests/testfiles/subpath-2.xml b/layman/tests/testfiles/subpath-2.xml
new file mode 100644
index 0000000..aa11497
--- /dev/null
+++ b/layman/tests/testfiles/subpath-2.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
+<repositories xmlns="" version="1.0">
+ <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>