From 0ce5018f4b2c4386a89ba5d6a84fb14ea913b824 Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Fri, 16 Oct 2020 15:02:47 +0200 Subject: Remove usage of deprecated QStandardPaths::DataLocation Task-number: QTBUG-87037 Change-Id: Iaf92dd98f616628bf1d6d692847fbdf3138119fe Reviewed-by: Mitch Curtis --- tests/auto/platform/data/tst_standardpaths.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auto') 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() { -- cgit v1.2.3