diff --git a/tests/graphics/boundingbox.cpp b/tests/graphics/boundingbox.cpp index 01468ec841..1c316e3a80 100644 --- a/tests/graphics/boundingbox.cpp +++ b/tests/graphics/boundingbox.cpp @@ -203,7 +203,7 @@ void GCDCBoundingBoxTestCase::DrawEllipticArc() void GCDCBoundingBoxTestCase::DrawPoint() { m_gcdc->DrawPoint(20, 20); - AssertBox(20, 20, 1, 1); + AssertBox(20, 20, 0, 0); } void GCDCBoundingBoxTestCase::DrawLines()