summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextstream/tst_qtextstream.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-11 13:21:49 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-11 13:21:49 (GMT)
commit06f5b06d05cd994f22cf2e3bce5c4a5e7560fd19 (patch)
treea4d9a12bc47f49b649581047ddf940fa8f0ac933 /tests/auto/qtextstream/tst_qtextstream.cpp
parent08274bc50ae1280102b43a9b7fd71e6ec6ba9254 (diff)
downloadQt-06f5b06d05cd994f22cf2e3bce5c4a5e7560fd19.zip
Qt-06f5b06d05cd994f22cf2e3bce5c4a5e7560fd19.tar.gz
Qt-06f5b06d05cd994f22cf2e3bce5c4a5e7560fd19.tar.bz2
Fixed qtextstream autotest for Symbian
Diffstat (limited to 'tests/auto/qtextstream/tst_qtextstream.cpp')
-rw-r--r--tests/auto/qtextstream/tst_qtextstream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qtextstream/tst_qtextstream.cpp b/tests/auto/qtextstream/tst_qtextstream.cpp
index d8dd618..757bbce 100644
--- a/tests/auto/qtextstream/tst_qtextstream.cpp
+++ b/tests/auto/qtextstream/tst_qtextstream.cpp
@@ -473,6 +473,8 @@ tst_QTextStream::tst_QTextStream()
inBuffer = 0;
inString = 0;
file_is_empty = FALSE;
+
+ Q_SET_DEFAULT_IAP
}
tst_QTextStream::~tst_QTextStream()