aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_alignedbox.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-05-08 15:56:52 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-05-08 15:56:52 -0400
commit5deda974135658c393c1055e4e99705510df5d36 (patch)
tree4a1055c0eced22fea5f190dbdec659c7a12890af /test/geo_alignedbox.cpp
parent65bd1652b1d8eaf1f40ed6719ece41eceabfbc08 (diff)
remove bogus test that was failing
Diffstat (limited to 'test/geo_alignedbox.cpp')
-rw-r--r--test/geo_alignedbox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/geo_alignedbox.cpp b/test/geo_alignedbox.cpp
index 5233d602a..e38349b2a 100644
--- a/test/geo_alignedbox.cpp
+++ b/test/geo_alignedbox.cpp
@@ -54,7 +54,6 @@ template<typename BoxType> void alignedbox(const BoxType& _box)
b0.extend(p0);
b0.extend(p1);
VERIFY(b0.contains(p0*s1+(Scalar(1)-s1)*p1));
- VERIFY(!b0.contains(p0 + (2+s1)*(p1-p0)));
(b2 = b0).extend(b1);
VERIFY(b2.contains(b0));