fix one of the tests to match the probably mistaken python version, and
authorDan Winship <danw@gnome.org>
Tue, 26 Feb 2008 18:47:31 +0000 (13:47 -0500)
committerDan Winship <danw@gnome.org>
Tue, 26 Feb 2008 18:47:31 +0000 (13:47 -0500)
add two more comments pointing out oddities in the python tests

test.xml

index 7068c9d..b9841f8 100644 (file)
--- a/test.xml
+++ b/test.xml
 
     <test name="testInstallSinglePackageRequireInstalledRequireNotProvided">
        <set name="system">
-           <package name="zip" version="1-2" arch="i386">
-               <requires name="zap"/>
-           </package>
+           <package name="zip" version="1-2" arch="i386"/>
        </set>
        <set name="repo">
            <package name="zsh" version="1-1" arch="i386">
                <requires name="zip"/>
+               <!-- This may be a bug in the python test: it looks
+                    like they meant to have zip require zap, not zsh.
+                    But the install succeeds if you do that...
+                 -->
+               <requires name="zap"/>
            </package>
        </set>
        <transaction>
            <package name="zsh" version="1-1" arch="i386">
                <requires name="zip" relation="EQ" version="2:1.3-4"/>
            </package>
+           <!-- This may be a bug in the python test; it doesn't
+                actually matter whether or not zap is available
+             -->
            <package name="zap" version="4:2.6-8" arch="i386"/>
        </set>
        <transaction>