We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419508d commit a772f4fCopy full SHA for a772f4f
tests/build/android/plugin_android_tests.py
@@ -82,7 +82,7 @@ def test_103_check_android_manifest_merged(self):
82
assert File.exists(src_manifest)
83
Tns.build_android(attributes={"--path": self.app_name})
84
assert File.pattern_exists(res_manifest, "AndroidManifest.xml")
85
- merged_manifest_file = ET.parse(os.path.join(res_manifest, "full", "F0F1", "debug", "AndroidManifest.xml"))
+ merged_manifest_file = ET.parse(os.path.join(res_manifest, "full", "F1F2", "debug", "AndroidManifest.xml"))
86
root2 = merged_manifest_file.getroot()
87
res = False
88
for child in root:
0 commit comments