summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdesktopservices
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-05 08:05:57 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-08-05 08:05:57 (GMT)
commit3bd102e7935fcb002867acfd72c34b38247144da (patch)
tree5fb7632aa3a0bb1c9baed350581acb3c0bdff00b /tests/auto/qdesktopservices
parentacd877fbff4a0c785143fcc891eae73f5b986ff9 (diff)
downloadQt-3bd102e7935fcb002867acfd72c34b38247144da.zip
Qt-3bd102e7935fcb002867acfd72c34b38247144da.tar.gz
Qt-3bd102e7935fcb002867acfd72c34b38247144da.tar.bz2
Implemented QDesktopServices TODOs, and fixed coding style deviations.
Diffstat (limited to 'tests/auto/qdesktopservices')
-rw-r--r--tests/auto/qdesktopservices/tst_qdesktopservices.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdesktopservices/tst_qdesktopservices.cpp b/tests/auto/qdesktopservices/tst_qdesktopservices.cpp
index 5e3ae4a..dd85774 100644
--- a/tests/auto/qdesktopservices/tst_qdesktopservices.cpp
+++ b/tests/auto/qdesktopservices/tst_qdesktopservices.cpp
@@ -307,7 +307,7 @@ void tst_qdesktopservices::storageLocation()
switch(location) {
case QDesktopServices::DesktopLocation:
- QCOMPARE( storageLocation, QString() );
+ QCOMPARE( storageLocation, drive + QString("/data") );
break;
case QDesktopServices::DocumentsLocation:
QCOMPARE( storageLocation, drive + QString("/data") );