summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/subtest/tst_subtest.cpp
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-08-08 10:48:15 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-08-08 10:48:15 (GMT)
commite625a3f646073204240bea11feff08df6bdba17e (patch)
tree89bc5b2e8a24418372b7fdb6c3c0778639ece956 /tests/auto/selftests/subtest/tst_subtest.cpp
parent9b9f3af8bae02ca60a49dd4b59a84b5cdf04a2fd (diff)
parentbb070cae0cde7a83d519582e5872908f7eb2b51b (diff)
downloadQt-e625a3f646073204240bea11feff08df6bdba17e.zip
Qt-e625a3f646073204240bea11feff08df6bdba17e.tar.gz
Qt-e625a3f646073204240bea11feff08df6bdba17e.tar.bz2
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qa-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-qa-team: (784 commits) Fixed compile error in qwindowsurface_qws.cpp. Fixed regression introduced by 5842d19cf3dff37a85c. Remove DerivedSources.pro from WebKit. Support debuggable in the makefile build system QLabel documentation: add warning about sanitizing input runonphone: fix failure to terminate Fix license headers in new files from coda patch runonphone: command line args improperly passed to TRK after CODA patch Mark all Symbian debug binaries debuggable by default Preventing QSoftkeyManager giving false positive memory leaks Detect linked fonts by name (insead of via CLinkedTypeface* Api) Fixed memory leak in QMessageBox::setInformativeText in Symbian Revert "fix QFileInfo::isSymLink() for NTFS mount points" Fix typo for ifdef QT_NO_ACCESSIBILITY Call QAccessible::updateAccessibility when a widget is deleted Fix gamma corrected source color in GL Make macdeployqt more robust against usage of symbolic links. Memory leak fix in Symbian open file dialog Revert binary search in QTextEngine::findItem Runonphone with CODA support ...
Diffstat (limited to 'tests/auto/selftests/subtest/tst_subtest.cpp')
-rw-r--r--tests/auto/selftests/subtest/tst_subtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/selftests/subtest/tst_subtest.cpp b/tests/auto/selftests/subtest/tst_subtest.cpp
index 2301fa6..4404a51 100644
--- a/tests/auto/selftests/subtest/tst_subtest.cpp
+++ b/tests/auto/selftests/subtest/tst_subtest.cpp
@@ -153,7 +153,7 @@ void tst_Subtest::test3()
QFETCH(QString, str);
- // second and third time we call this it shoud FAIL
+ // second and third time we call this it should FAIL
QCOMPARE(str, QString("hello0"));
printf("test2 end\n");