aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-09-02 15:44:47 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-09 01:08:10 +0200
commite5b13e6eae3782163dc3414bd87158797d5af6e0 (patch)
tree4530d82a7923917e7702d5cc0968aa486dacdfff /tests
parentde868c71b7ec5f463ed9b1a142f3b805d1c3d627 (diff)
make the testcase name the same in both plain text and xml/xunit logs for qmltest
Change-Id: I911b3c7ba698b6c94aaa712eeaa917301c651e64 Reviewed-on: http://codereview.qt-project.org/4112 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qmltest/tst_qmltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmltest/tst_qmltest.cpp b/tests/auto/qmltest/tst_qmltest.cpp
index e1bad75b82..a1e8c039e4 100644
--- a/tests/auto/qmltest/tst_qmltest.cpp
+++ b/tests/auto/qmltest/tst_qmltest.cpp
@@ -40,4 +40,4 @@
****************************************************************************/
#include <QtQuickTest/quicktest.h>
-QUICK_TEST_MAIN(qmlauto)
+QUICK_TEST_MAIN(qmltest) \ No newline at end of file