Add unit tests to QStringLiteral and QByteArrayLiteral with operator %
authorThiago Macieira <thiago@kde.org>
Thu, 21 Jul 2011 14:33:40 +0000 (16:33 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 21 Jul 2011 20:36:39 +0000 (22:36 +0200)
commita6d87b51141e362f39e323bf329491d27565b137
tree500fdffca67f048c220ac79c32672e831f17a38d
parent26a996b2ebc2ff80a087bd21c558601101a7a015
Add unit tests to QStringLiteral and QByteArrayLiteral with operator %

This requires a fix for QByteArrayLiteral to work too.

Change-Id: I3c2a50ad431d5b0c014a341e675fa54e7b206e70
Merge-request: 27
Reviewed-by: Olivier Goffart <olivier.goffart@nokia.com>
Reviewed-on: http://codereview.qt.nokia.com/1967
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
src/corelib/tools/qstringbuilder.h
tests/auto/qstringbuilder1/stringbuilder.cpp