From 3a00b2bc8590e0ac43313681ba690629efdcbeab Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Wed, 23 Sep 2009 10:42:12 +0300 Subject: Removed symbian specific cache location from qabstractnetworkcache test. This has been just workaround for misbehaving QDesktopServices implementation, and now QDesktopServices::CacheLocation has been fixed for Symbian. Reviewed-by: Aleksandar Sasha Babic --- tests/auto/qabstractnetworkcache/tst_qabstractnetworkcache.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/auto/qabstractnetworkcache/tst_qabstractnetworkcache.cpp b/tests/auto/qabstractnetworkcache/tst_qabstractnetworkcache.cpp index 2377c18..5ef95cd 100644 --- a/tests/auto/qabstractnetworkcache/tst_qabstractnetworkcache.cpp +++ b/tests/auto/qabstractnetworkcache/tst_qabstractnetworkcache.cpp @@ -83,12 +83,8 @@ public: : QNetworkDiskCache(parent) , gotData(false) { -#ifdef Q_OS_SYMBIAN - QString location = QLatin1String("./cache/"); -#else QString location = QDesktopServices::storageLocation(QDesktopServices::CacheLocation) + QLatin1String("/qnetworkdiskcache/"); -#endif setCacheDirectory(location); clear(); } -- cgit v0.12