diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-04-14 09:26:28 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-04-14 09:26:28 (GMT) |
commit | 95e2bf3d87543da8caabd090057da818ccf2ca4c (patch) | |
tree | ea009e17607addf1bd29761faa09d061bd6679e0 /tests/auto/qlocale | |
parent | 2da25f1ab075c8fbaf7b82fb10b4868db30a7c18 (diff) | |
download | Qt-95e2bf3d87543da8caabd090057da818ccf2ca4c.zip Qt-95e2bf3d87543da8caabd090057da818ccf2ca4c.tar.gz Qt-95e2bf3d87543da8caabd090057da818ccf2ca4c.tar.bz2 |
Fix qstringbuilder4 test on mac
The behaviour is different with or without QT_FAST_OPERATOR_PLUS
And since on old gcc it is not defined, then the test fails.
With the normal operator+, the bytearray will first be converted to
a QString, and loose everything that is after \0, but now, with
QStringBuilder, we do not do QString conversion anymore, so no data
is lost.
We do not want to specify the behaviour here, so we remove the test.
Reviewed-by: Joao
Diffstat (limited to 'tests/auto/qlocale')
0 files changed, 0 insertions, 0 deletions