test.xml
author Kristian H?gsberg <krh@redhat.com>
Thu Jan 10 21:08:03 2008 -0500 (2008-01-10)
changeset 94 0aa93cfbcb3f
child 125 e56c83bda295
permissions -rw-r--r--
Fix a few warnings.
krh@93
     1
<test title="gah">
krh@93
     2
krh@93
     3
  <import file="sets.xml"/>
krh@93
     4
krh@93
     5
  <update name="c" from="a" to="b"/>
krh@93
     6
krh@93
     7
  <verify set="b" type="packages">
krh@93
     8
    <package name="bash" version="3.2-18.fc8"/>
krh@93
     9
  </verify>
krh@93
    10
krh@93
    11
  <verify set="c" type="properties">
krh@93
    12
    <provides name="nss" eq="1.8-fc10"/>
krh@93
    13
    <conflicts name="y" eq="1.1"/>
krh@93
    14
  </verify>
krh@93
    15
krh@93
    16
</test>