summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-18 16:23:14 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-18 16:23:14 +0300
commitf91b01fea8a0e2b32ccf9d3eea8468d5312633c4 (patch)
tree476950f65bcbd2a9e5ccd417a24ead119e2ba05a /test
parent5725f656b01c734580dd9d866a2855a9c333a441 (diff)
downloadapk-tools-f91b01fea8a0e2b32ccf9d3eea8468d5312633c4.tar.gz
apk-tools-f91b01fea8a0e2b32ccf9d3eea8468d5312633c4.tar.bz2
apk-tools-f91b01fea8a0e2b32ccf9d3eea8468d5312633c4.tar.xz
apk-tools-f91b01fea8a0e2b32ccf9d3eea8468d5312633c4.zip
errors: fix a test case, and misanalysis of certain names
the pinning11 changed when @repo got the leading @ on error messages. analyze_dep() now properly ignores conflict dependencies, as those names are usually intentionally left unassigned.
Diffstat (limited to 'test')
-rw-r--r--test/pinning11.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pinning11.test b/test/pinning11.test
index 794eed5..c163956 100644
--- a/test/pinning11.test
+++ b/test/pinning11.test
@@ -6,5 +6,5 @@ add c>=3
@EXPECT
ERROR: unsatisfiable constraints:
c-3:
- masked in: testing
+ masked in: @testing
satisfies: world[c>=3]