Revert "tests: fixed compilation of tst_qtextstream"
This reverts commit 9a6a58a95a
,
which was a work-around for a qmake bug, now fixed.
Task-number: QTBUG-19393
Change-Id: Id467bb5907a88f03eac0e29a90f4ff7e97045423
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
adb914f4b9
commit
d47baa7236
@ -2729,7 +2729,7 @@ void tst_QTextStream::readBomSeekBackReadBomAgain()
|
||||
QFile::remove("utf8bom");
|
||||
QFile file("utf8bom");
|
||||
QVERIFY(file.open(QFile::ReadWrite));
|
||||
file.write("\xef\xbb\xbf" "Andreas");
|
||||
file.write("\xef\xbb\xbf""Andreas");
|
||||
file.seek(0);
|
||||
QCOMPARE(file.pos(), qint64(0));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user