From 75b66dc8b036c4f4ef3ff8ea109efd698b72732d Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 29 Nov 2011 16:37:01 +1000 Subject: Cleanup corelib autotests Remove references to the old bug tracker. The data from the old bug tracker is no longer accessible, so these markers are meaningless. Change-Id: Ib9d029d52b70fd0a512b9532d65f03763eabfe57 Reviewed-by: Rohan McGovern --- tests/auto/corelib/tools/qline/tst_qline.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/auto/corelib/tools/qline') diff --git a/tests/auto/corelib/tools/qline/tst_qline.cpp b/tests/auto/corelib/tools/qline/tst_qline.cpp index 8451cc631a..1d318304a9 100644 --- a/tests/auto/corelib/tools/qline/tst_qline.cpp +++ b/tests/auto/corelib/tools/qline/tst_qline.cpp @@ -167,14 +167,14 @@ void tst_QLine::testIntersection_data() << 10.0000000000001 << 0.0 << 10.0 << 20.0 << int(QLineF::BoundedIntersection) << 10.0 << 10.0; - QTest::newRow("task 241464") << 100.1599256468623 - << 100.7861905065196 - << 100.1599256468604 - << -9999.78619050651 - << 10.0 << 50.0 << 190.0 << 50.0 - << int(QLineF::BoundedIntersection) - << 100.1599256468622 - << 50.0; + QTest::newRow("long vertical") << 100.1599256468623 + << 100.7861905065196 + << 100.1599256468604 + << -9999.78619050651 + << 10.0 << 50.0 << 190.0 << 50.0 + << int(QLineF::BoundedIntersection) + << 100.1599256468622 + << 50.0; QLineF baseA(0, -50, 0, 50); QLineF baseB(-50, 0, 50, 0); -- cgit v1.2.3