Skip to content

Commit a772f4f

Browse files
author
Dimitar Topuzov
committed
Update test_103_check_android_manifest_merged
1 parent 419508d commit a772f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/android/plugin_android_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_103_check_android_manifest_merged(self):
8282
assert File.exists(src_manifest)
8383
Tns.build_android(attributes={"--path": self.app_name})
8484
assert File.pattern_exists(res_manifest, "AndroidManifest.xml")
85-
merged_manifest_file = ET.parse(os.path.join(res_manifest, "full", "F0F1", "debug", "AndroidManifest.xml"))
85+
merged_manifest_file = ET.parse(os.path.join(res_manifest, "full", "F1F2", "debug", "AndroidManifest.xml"))
8686
root2 = merged_manifest_file.getroot()
8787
res = False
8888
for child in root:

0 commit comments

Comments
 (0)