From 5deda974135658c393c1055e4e99705510df5d36 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 8 May 2010 15:56:52 -0400 Subject: remove bogus test that was failing --- test/geo_alignedbox.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/geo_alignedbox.cpp') 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 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)); -- cgit v1.2.3