test.xml
author Kristian H?gsberg <krh@redhat.com>
Tue Jan 22 11:34:28 2008 -0500 (2008-01-22)
changeset 106 9d4d62f62735
child 125 e56c83bda295
permissions -rw-r--r--
Fix comparisong bug in razor_set_diff().

We could end up calling the callback for p1 even if it's NULL, if p2 != NULL
and the previous comparison left res == -1.
     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>