git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9041a68
)
Add missing test.xml.
author
Kristian Høgsberg
<krh@redhat.com>
Tue, 8 Jan 2008 17:55:34 +0000 (12:55 -0500)
committer
Kristian Høgsberg
<krh@redhat.com>
Tue, 8 Jan 2008 17:55:34 +0000 (12:55 -0500)
test.xml
[new file with mode: 0644]
patch
|
blob
diff --git a/test.xml
b/test.xml
new file mode 100644
(file)
index 0000000..
ac61447
--- /dev/null
+++ b/
test.xml
@@ -0,0
+1,16
@@
+<test title="gah">
+
+ <import file="sets.xml"/>
+
+ <update name="c" from="a" to="b"/>
+
+ <verify set="b" type="packages">
+ <package name="bash" version="3.2-18.fc8"/>
+ </verify>
+
+ <verify set="c" type="properties">
+ <provides name="nss" eq="1.8-fc10"/>
+ <conflicts name="y" eq="1.1"/>
+ </verify>
+
+</test>