summaryrefslogtreecommitdiff
path: root/test/error5.test
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-13 21:58:54 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-13 21:59:08 +0300
commit59d15ab2599777b24e65fad7a1fb052de4f5ef38 (patch)
tree4b66c5254f346df3cb1675d3b1da9a50250d53cd /test/error5.test
parent2ff59b7c23d81d819d8b2dc3268ee70f0cb4d71b (diff)
downloadapk-tools-59d15ab2599777b24e65fad7a1fb052de4f5ef38.tar.gz
apk-tools-59d15ab2599777b24e65fad7a1fb052de4f5ef38.tar.bz2
apk-tools-59d15ab2599777b24e65fad7a1fb052de4f5ef38.tar.xz
apk-tools-59d15ab2599777b24e65fad7a1fb052de4f5ef38.zip
solver, errors: fix few additional test cases and clean ups
Diffstat (limited to 'test/error5.test')
-rw-r--r--test/error5.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/error5.test b/test/error5.test
index 9aa1818..949fbe8 100644
--- a/test/error5.test
+++ b/test/error5.test
@@ -3,4 +3,6 @@
add a>2
@EXPECT
ERROR: unsatisfiable constraints:
- b-1: d<2.0
+ d-1.5:
+ breaks: a-3[d>1.5]
+ satisfies: b-1[d<2.0] c-1[d>1.0]