diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-08-05 08:05:57 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-08-05 08:05:57 (GMT) |
commit | 3bd102e7935fcb002867acfd72c34b38247144da (patch) | |
tree | 5fb7632aa3a0bb1c9baed350581acb3c0bdff00b /tests/auto | |
parent | acd877fbff4a0c785143fcc891eae73f5b986ff9 (diff) | |
download | Qt-3bd102e7935fcb002867acfd72c34b38247144da.zip Qt-3bd102e7935fcb002867acfd72c34b38247144da.tar.gz Qt-3bd102e7935fcb002867acfd72c34b38247144da.tar.bz2 |
Implemented QDesktopServices TODOs, and fixed coding style deviations.
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qdesktopservices/tst_qdesktopservices.cpp | 2 |
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") ); |