]> git.saurik.com Git - apt.git/commitdiff
improve test for #731853 and comments
authorMichael Vogt <mvo@debian.org>
Tue, 10 Dec 2013 15:43:25 +0000 (16:43 +0100)
committerMichael Vogt <mvo@debian.org>
Tue, 10 Dec 2013 15:43:25 +0000 (16:43 +0100)
test/integration/test-apt-get-source

index 6bca221455c831350a5ba8b9bce004b700f39107..e2536ae7a678f8b35bbac4fe173082f9494dad88 100755 (executable)
@@ -15,13 +15,15 @@ insertpackage 'wheezy' 'unreleated-package' 'all' '1.0'
 insertpackage 'unstable' 'foo' 'all' '2.0'
 insertsource 'unstable' 'foo' 'all' '2.0'
 
-# its possible to have multiple src versions in the sources file, do not break
-# in this case (bts #731853)
+# its possible to have multiple src versions in the sources file, ensure
+# to pick the correct one in this case (bts #731853)
 insertsource 'stable' 'foo' 'all' '1.5'
+insertsource 'stable' 'foo' 'all' '0.5'
 insertpackage 'stable' 'foo' 'all' '1.0'
 insertsource 'stable' 'foo' 'all' '1.0'
 
-# this packages exists only as source
+# this packages exists only as sources, add two versions to ensure that
+# apt will pick the higher version number (bts #731853)
 insertsource 'wheezy' 'foo' 'all' '0.0.1'
 insertsource 'wheezy' 'foo' 'all' '0.1'