qt5base-lts/tests/auto/other
Giuseppe D'Angelo 601d685849 Make mid() and midRef() properly return empty, non-null objects
If we request a substring starting at the very end of the string,
QString::mid should return an empty string, not a null string.
For instance, QString("abc").mid(3, 0) used to return a null
one, while this patch makes it return an empty one. The
same thing applies to QString::midRef() and QByteArray::mid().

Change-Id: Ie9efd7a0622d429efd0fb682c19856c19e9469af
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-01-24 17:36:11 +01:00
..
atwrapper Update contact information in license headers. 2012-01-23 04:04:33 +01:00
baselineexample Update contact information in license headers. 2012-01-23 04:04:33 +01:00
collections Make mid() and midRef() properly return empty, non-null objects 2012-01-24 17:36:11 +01:00
compiler Update contact information in license headers. 2012-01-23 04:04:33 +01:00
exceptionsafety Update contact information in license headers. 2012-01-23 04:04:33 +01:00
exceptionsafety_objects Store the is-a QObject fact with the metatype declaration. 2012-01-24 15:27:25 +01:00
gestures Update contact information in license headers. 2012-01-23 04:04:33 +01:00
headersclean Update contact information in license headers. 2012-01-23 04:04:33 +01:00
lancelot Update contact information in license headers. 2012-01-23 04:04:33 +01:00
languagechange Update contact information in license headers. 2012-01-23 04:04:33 +01:00
macgui Update contact information in license headers. 2012-01-23 04:04:33 +01:00
macnativeevents Update contact information in license headers. 2012-01-23 04:04:33 +01:00
macplist Update contact information in license headers. 2012-01-23 04:04:33 +01:00
modeltest Update contact information in license headers. 2012-01-23 04:04:33 +01:00
networkselftest Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qaccessibility Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qcomplextext Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qdirectpainter Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qfocusevent Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qmultiscreen Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qnetworkaccessmanager_and_qprogressdialog Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qobjectperformance Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qobjectrace Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qsharedpointer_and_qwidget Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qtokenautomaton Update contact information in license headers. 2012-01-23 04:04:33 +01:00
windowsmobile Update contact information in license headers. 2012-01-23 04:04:33 +01:00
other.pro Moved integrationtests/* into other/ 2011-11-30 09:30:22 +01:00