diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-07-30 20:59:47 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-08-01 16:21:47 +0300 |
commit | a5146f1b6cb5bb0cf56c6aa8293e26302e5d0ee2 (patch) | |
tree | c82d99f1c8e3c2da26c1554d9ae27ae451e40554 /test/error4.test | |
parent | 1a04425fad2fbf88eb0cbb9648e7556a00dd2916 (diff) | |
download | apk-tools-a5146f1b6cb5bb0cf56c6aa8293e26302e5d0ee2.tar.bz2 apk-tools-a5146f1b6cb5bb0cf56c6aa8293e26302e5d0ee2.tar.xz |
solver: generate proper error messages
* the solver no longer does look-ahead locking of names
(could be possibly optimized later); instead names are now
always ordered strictly to properly detect the package names
which are unsolveable
* basic error tests added, so we can see the most likely problem
in dependencies easily
Diffstat (limited to 'test/error4.test')
-rw-r--r-- | test/error4.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/error4.test b/test/error4.test new file mode 100644 index 0000000..b26d13f --- /dev/null +++ b/test/error4.test @@ -0,0 +1,2 @@ +--raw-repository complicated1.repo +a nonexistant |