In Android's manual URI content test, there is a test case for moving a file to another directory. While the function works and the file is moved correctly, the URI is no longer usable after this operation. The file must be reopened with a new URI. This commit updates fileOperations test case to use the new URL after moving file to another directory Fixes: QTBUG-134881 Change-Id: I114d76d6851815e7ee3d94ddc28d677d7c1ccea9 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 1a35a560ddcaf03d9e2f5f91cd6bcd006c6d0951) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 95ea70197f967286b151028bf33263e23af8118c)
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%