remove bogus test that was failing

This commit is contained in:
Benoit Jacob 2010-05-08 15:56:52 -04:00
parent 65bd1652b1
commit 5deda97413

View File

@ -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));