summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-031-9/+9
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-2/+14
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QTextStream::readLine() overloadAlexander Volkov2015-01-231-15/+106
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-86/+114
* Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-101-8/+15
* Make QTextStream use group separators in floating-point numbersThiago Macieira2014-07-051-7/+15
* Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-0/+7
* Fixed QTextStream "stdin" auto testsBernd Weimer2013-07-301-2/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-231-6/+2
|/
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-3/+0
* Fix wrong string lengthPeter Kümmel2012-12-011-2/+2
* Test: remove QSKIP from tst_QTextStream::stillOpenWhenAtEndCaroline Chao2012-10-181-3/+5
* Test: remove QSKIP from tst_qstextstreamCaroline Chao2012-10-161-9/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-231-2/+3
* Make tst_qtextstream parallel-safe.Rohan McGovern2012-05-311-8/+20
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-23/+23
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-1/+1
* Fix QTextStream and QDebug operator<< for QLatin1StringKent Hansen2012-02-021-0/+15
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-36/+13
* Cleanup corelib autotestsJason McDonald2011-11-301-1/+0
* Cleanup corelib autotestsJason McDonald2011-11-291-5/+5
* Fix sanity check of network test serverJason McDonald2011-11-281-0/+6
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-20/+12
* Cleanup corelib autotestsJason McDonald2011-11-071-22/+0
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-051-12/+20
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-19/+8
* Moving relevant tests to corelib/ioHolger Ihrig2011-08-311-0/+2919