Skip to content

Commit 7e5effb

Browse files
committed
Fix more tests
1 parent 358bbfa commit 7e5effb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

test/ios_imessage_test.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,10 @@ EOF
211211
! do_build ios //app:app || fail "Should fail build"
212212

213213
# Check for the start of the log message
214-
expect_log "Message StickerPack extensions use an asset catalog named "
215-
# The 9 icons and the Contents.json should all be listed, so 10 hits.
216-
expect_log_n "testdata/resources/app_icons_ios.xcassets/app_icon.appiconset/" 10
214+
expect_log "Found in app_icons a file that cannot be used as an app icon"
215+
expect_log "Valid icon bundles for this target have the following extensions"
216+
# Verify the invalid appiconset path is mentioned
217+
expect_log "app_icons_ios.xcassets/app_icon.appiconset"
217218
}
218219

219220
run_suite "imessage bundling resource tests"

test/starlark_tests/ios_dynamic_framework_tests.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def ios_dynamic_framework_test_suite(name):
6868
"DTSDKName": "iphone*",
6969
"DTXcode": "*",
7070
"DTXcodeBuild": "*",
71-
"MinimumOSVersion": "12.0",
71+
"MinimumOSVersion": "13.0",
7272
"UIDeviceFamily:0": "1",
7373
},
7474
tags = [name],

0 commit comments

Comments
 (0)