summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_failinit.lightxml
diff options
context:
space:
mode:
authorMasashi Fujimoto <masfj.pub@gmail.com>2017-10-05 12:57:05 +0900
committerMasashi Fujimoto <masfj.pub@gmail.com>2017-10-11 04:51:17 +0000
commitaebc9023bb0acb9697540b444a6dfae95b762644 (patch)
tree45d7aa3aefcaedd7c8adc8180c39f8606a9d3f83 /tests/auto/testlib/selftests/expected_failinit.lightxml
parent2764d82dc4b2ffdc2a21bd78c75cec14f59c2adf (diff)
macOS: Fix standardLocations() returns invalid path
The file path included in the return value was incorrect when giving the following value to the argument of "QStandardPaths::standardLocations()". - QStandardPaths::AppDataLocation - QStandardPaths::AppLocalDataLocation - QStandardPaths::DataLocation The function to obtain the path to <AppName>.app changed from CFURLCopyPath() to CFURLCopyFileSystemPath() by commit id c0da37a806dc0457636d787331e9f50778ee8b3e. CFURLCopyPath() returns a value with a path delimiter appended at the end, but CFURLCopyFileSystemPath() is not. This is a commit to append '/' to the end of the return value of CFURLCopyFileSystemPath(). Task-number: QTBUG-61159 Change-Id: Icaebdf09d9cdf992d59c16a398dfe666e6225f99 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_failinit.lightxml')
0 files changed, 0 insertions, 0 deletions