aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/platform/data/tst_standardpaths.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/platform/data/tst_standardpaths.qml b/tests/auto/platform/data/tst_standardpaths.qml
index 841731be..1edc67a8 100644
--- a/tests/auto/platform/data/tst_standardpaths.qml
+++ b/tests/auto/platform/data/tst_standardpaths.qml
@@ -67,7 +67,7 @@ TestCase {
compare(StandardPaths.PicturesLocation, 6)
compare(StandardPaths.TempLocation, 7)
compare(StandardPaths.HomeLocation, 8)
- compare(StandardPaths.DataLocation, 9)
+ compare(StandardPaths.AppLocalDataLocation, 9)
compare(StandardPaths.CacheLocation, 10)
compare(StandardPaths.GenericDataLocation, 11)
compare(StandardPaths.RuntimeLocation, 12)
@@ -77,7 +77,6 @@ TestCase {
compare(StandardPaths.GenericConfigLocation, 16)
compare(StandardPaths.AppDataLocation, 17)
compare(StandardPaths.AppConfigLocation, 18)
- compare(StandardPaths.AppLocalDataLocation, StandardPaths.DataLocation)
}
function test_locateOptions() {