From 578e6d6834ae8608fb98f1f871e7bd21d64aaf1e Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Thu, 10 Nov 2011 12:59:56 +1000 Subject: Cleanup corelib autotests Remove various disabled and/or non-helpful debugging code. Any test diagnostics that are useful should be part of the regular test output, as the CI system cannot switch on commented-out code when there is a test failure. Diagnostics should also be informative -- simply printing the value of a variable with no other information about what is being printed (or why it is being printed) is not informative. Change-Id: I21a6c2121be86001bb57e80f426507b6e619ee9e Reviewed-by: Rohan McGovern --- tests/auto/corelib/tools/qlist/tst_qlist.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/corelib/tools/qlist') diff --git a/tests/auto/corelib/tools/qlist/tst_qlist.cpp b/tests/auto/corelib/tools/qlist/tst_qlist.cpp index 3d062919da..d08cb7290b 100644 --- a/tests/auto/corelib/tools/qlist/tst_qlist.cpp +++ b/tests/auto/corelib/tools/qlist/tst_qlist.cpp @@ -153,13 +153,11 @@ void tst_QList::append() const list2.append(three); list2.append(four); list1.append(list2); - qDebug() << list1; listTotal.append(one); listTotal.append(two); listTotal.append(three); listTotal.append(four); QCOMPARE(list1, listTotal); - } void tst_QList::prepend() const -- cgit v1.2.3