diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-10 15:36:51 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-10 15:36:51 +0200 |
commit | 76b004d1a2122206925abc1a412e055430cef283 (patch) | |
tree | 85ad2c8eb43a9dfccd4e57ab3b6f4c6b5e3e75b5 /test/integration/test-cve-2013-1051-InRelease-parsing | |
parent | 3436218c5fbbd7ff543863dc4c2d590b9f12c377 (diff) |
Fix test case breakage from the new policy implementation
Everything's working now.
Diffstat (limited to 'test/integration/test-cve-2013-1051-InRelease-parsing')
-rwxr-xr-x | test/integration/test-cve-2013-1051-InRelease-parsing | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-cve-2013-1051-InRelease-parsing b/test/integration/test-cve-2013-1051-InRelease-parsing index 933cbbd92..a503ad0fe 100755 --- a/test/integration/test-cve-2013-1051-InRelease-parsing +++ b/test/integration/test-cve-2013-1051-InRelease-parsing @@ -21,7 +21,7 @@ testsuccessequal "good-pkg: Installed: (none) Candidate: 1.0 Version table: - 1.0 0 + 1.0 500 500 ${ARCHIVE} stable/main i386 Packages" aptcache policy good-pkg # now exchange to the Packages file, note that this could be @@ -62,5 +62,5 @@ testsuccessequal "good-pkg: Installed: (none) Candidate: 1.0 Version table: - 1.0 0 + 1.0 500 500 ${ARCHIVE} stable/main i386 Packages" aptcache policy good-pkg |