diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-10-09 11:09:07 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-10-09 11:09:07 +0300 |
commit | 1e18b48c584ca84f565650749f804873abeefa99 (patch) | |
tree | 906d0aa0755cc6f26accbef4e743d657499dbe27 | |
parent | 16b70566bff8ff8e1c64b23bef85c17628c6b609 (diff) | |
download | apk-tools-1e18b48c584ca84f565650749f804873abeefa99.tar.gz apk-tools-1e18b48c584ca84f565650749f804873abeefa99.tar.bz2 apk-tools-1e18b48c584ca84f565650749f804873abeefa99.tar.xz apk-tools-1e18b48c584ca84f565650749f804873abeefa99.zip |
test: fix conflict2 expectation after solver changes
The 'a' package is now more preferred which actually makes more
sense.
-rw-r--r-- | test/conflict2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/conflict2.test b/test/conflict2.test index 9cd4a85..32e2b73 100644 --- a/test/conflict2.test +++ b/test/conflict2.test @@ -3,4 +3,4 @@ add a b>1 @EXPECT ERROR: 1 unsatisfiable dependencies: - world: a + world: b>1 |