test.xml
changeset 133 ab28214596aa
parent 125 e56c83bda295
child 135 5283f1b3de0f
     1.1 --- a/test.xml	Fri Feb 15 15:09:37 2008 -0500
     1.2 +++ b/test.xml	Tue Feb 26 13:47:31 2008 -0500
     1.3 @@ -68,13 +68,16 @@
     1.4  
     1.5      <test name="testInstallSinglePackageRequireInstalledRequireNotProvided">
     1.6  	<set name="system">
     1.7 -	    <package name="zip" version="1-2" arch="i386">
     1.8 -		<requires name="zap"/>
     1.9 -	    </package>
    1.10 +	    <package name="zip" version="1-2" arch="i386"/>
    1.11  	</set>
    1.12  	<set name="repo">
    1.13  	    <package name="zsh" version="1-1" arch="i386">
    1.14  		<requires name="zip"/>
    1.15 +		<!-- This may be a bug in the python test: it looks
    1.16 +		     like they meant to have zip require zap, not zsh.
    1.17 +		     But the install succeeds if you do that...
    1.18 +		  -->
    1.19 +		<requires name="zap"/>
    1.20  	    </package>
    1.21  	</set>
    1.22  	<transaction>
    1.23 @@ -402,6 +405,9 @@
    1.24  	    <package name="zsh" version="1-1" arch="i386">
    1.25  		<requires name="zip" relation="EQ" version="2:1.3-4"/>
    1.26  	    </package>
    1.27 +	    <!-- This may be a bug in the python test; it doesn't
    1.28 +	         actually matter whether or not zap is available
    1.29 +	      -->
    1.30  	    <package name="zap" version="4:2.6-8" arch="i386"/>
    1.31  	</set>
    1.32  	<transaction>