diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-10-14 20:48:20 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-10-14 21:01:43 +0300 |
commit | afd854a3e2cf20b3f35c5503c9df9589f482dc74 (patch) | |
tree | 2c334538f13290b736f99021cc166486a023b638 /test/error1.expect | |
parent | 3f098e7d8c47f34dd0438dcb63abb6b0a5f2332e (diff) | |
download | apk-tools-afd854a3e2cf20b3f35c5503c9df9589f482dc74.tar.gz apk-tools-afd854a3e2cf20b3f35c5503c9df9589f482dc74.tar.bz2 apk-tools-afd854a3e2cf20b3f35c5503c9df9589f482dc74.tar.xz apk-tools-afd854a3e2cf20b3f35c5503c9df9589f482dc74.zip |
solver: preference scoring
Should now choose packages better if the best available version
is uninstallable for some reason.
Diffstat (limited to 'test/error1.expect')
-rw-r--r-- | test/error1.expect | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/error1.expect b/test/error1.expect index 6f340f1..ddd4f4f 100644 --- a/test/error1.expect +++ b/test/error1.expect @@ -1,3 +1,2 @@ -2 unsatisfiable dependencies (solution with 4 names) -world: d>1.5 -c-1: d>1.0 +1 unsatisfiable dependencies (solution with 4 names) +b-1: d<2.0 |