summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-12-29 03:29:29 +0100
committerJulian Andres Klode <jak@debian.org>2015-12-29 03:29:29 +0100
commit202555ac668291065d04c339f36dd4c129945db9 (patch)
tree6c49262dd5209674325649c25be1d5df65df2dd5
parent98eb4e9eec4e2e1fc62fe018d536b89f5524cd21 (diff)
Fix test case that was broken by switch of hash function
This test relies on the ordering of the hash function.
-rwxr-xr-xtest/integration/test-apt-cache10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/integration/test-apt-cache b/test/integration/test-apt-cache
index 9ff8ea724..d105dbe58 100755
--- a/test/integration/test-apt-cache
+++ b/test/integration/test-apt-cache
@@ -46,14 +46,14 @@ testsuccess aptcache dump
cp rootdir/tmp/testsuccess.output dump.output
testsuccess test -s dump.output
-testsuccessequal 'dpkg
-bar
+testsuccessequal 'foo
fancy
+dpkg
specific
-foo' aptcache pkgnames
+bar' aptcache pkgnames
testsuccessequal 'bar' aptcache pkgnames bar
-testsuccessequal 'fancy
-foo' aptcache pkgnames f
+testsuccessequal 'foo
+fancy' aptcache pkgnames f
testsuccessequal " foo | 1 | file:$(readlink -f .)/aptarchive unstable/main all Packages" aptcache madison foo