test.xml
author Dan Winship <danw@gnome.org>
Mon Feb 04 10:46:29 2008 -0500 (2008-02-04)
changeset 108 340d92912f49
child 125 e56c83bda295
permissions -rw-r--r--
Fix repo format on x86_64 by using uint32_t instead of unsigned long
     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>