summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-09-28 07:25:58 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-09-28 07:25:58 (GMT)
commitdbfff9e8edb8353ca5698281dd3937d491fbc593 (patch)
treea795c686dc7c2ae026b936296238c8a96f503737 /tests
parent3e59128ccb56261c8f66d6f0cbe1032506f81cac (diff)
downloadQt-dbfff9e8edb8353ca5698281dd3937d491fbc593.zip
Qt-dbfff9e8edb8353ca5698281dd3937d491fbc593.tar.gz
Qt-dbfff9e8edb8353ca5698281dd3937d491fbc593.tar.bz2
Re-enabled tst_QImageReader::readFromDevice for Symbian OS
Symbian OS has working networking support now, so we donät need to skip this test anymore. Reviewed-by: TrustMe
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qimagereader/tst_qimagereader.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qimagereader/tst_qimagereader.cpp b/tests/auto/qimagereader/tst_qimagereader.cpp
index c0d5051..05b506c 100644
--- a/tests/auto/qimagereader/tst_qimagereader.cpp
+++ b/tests/auto/qimagereader/tst_qimagereader.cpp
@@ -816,9 +816,7 @@ void tst_QImageReader::readFromDevice()
{
QFETCH(QString, fileName);
QFETCH(QByteArray, format);
- #ifdef Q_OS_SYMBIAN
- QSKIP("Symbian local sockets are not working", SkipAll);
- #endif
+
QImage expectedImage(prefix + fileName, format);
QFile file(prefix + fileName);