test.xml
author Dan Winship <danw@gnome.org>
Thu Feb 14 10:35:10 2008 -0500 (2008-02-14)
changeset 121 f991e2623c41
child 125 e56c83bda295
permissions -rw-r--r--
add a missing comparison to ensure correct repo sorting
     1 <test title="gah">
     2 
     3   <import file="sets.xml"/>
     4 
     5   <update name="c" from="a" to="b"/>
     6 
     7   <verify set="b" type="packages">
     8     <package name="bash" version="3.2-18.fc8"/>
     9   </verify>
    10 
    11   <verify set="c" type="properties">
    12     <provides name="nss" eq="1.8-fc10"/>
    13     <conflicts name="y" eq="1.1"/>
    14   </verify>
    15 
    16 </test>