test.xml
author Dan Winship <danw@gnome.org>
Thu Feb 14 10:35:25 2008 -0500 (2008-02-14)
changeset 122 553d17d59714
child 125 e56c83bda295
permissions -rw-r--r--
(trivial optimization)
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>