summaryrefslogtreecommitdiffstats
path: root/src/android/jar/src/org/qtproject/qt/android/QtNative.java
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2023-11-26 12:50:45 +0200
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2023-11-30 17:26:26 +0200
commitb044323c1656aeeec508afab8457755cc1e8c587 (patch)
treebd56c7f4f45dad747eb4de847b5a7f413c2fa895 /src/android/jar/src/org/qtproject/qt/android/QtNative.java
parentd2c29aee41d06d59024ef72eb50bb9f25909e922 (diff)
AndroidTestRunner: Fix treatement of quotes in test args
This has two parts, under testrunner, make sure to pass test args that has quotes as \\\" so that the Android app gets a \" after parsing the intent extras. The app args are then is passed to C++ where QProcess::splitCommand() is used to parse the args string into a list, and to preserve the quotes in this case, the former call expects triple quotes to to get the quote character preserved in the split list. Fixes: QTQAINFRA-5703 Change-Id: Iad81cadf24a6def21ef1536c882ecd510c4426cf Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/android/jar/src/org/qtproject/qt/android/QtNative.java')
0 files changed, 0 insertions, 0 deletions