Changeset 234547 in webkit
- Timestamp:
- Aug 3, 2018, 10:06:28 AM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r234546 r234547 1 2018-08-03 Jer Noble <jer.noble@apple.com> 2 3 Unreviewed gardening; r234534 changed the policy for what audio session is set when a 4 media element is paused. Updating the test to reflect the new policy. 5 6 * TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm: 7 (TestWebKitAPI::TEST): 8 1 9 2018-08-03 Zalan Bujtas <zalan@apple.com> 2 10 -
trunk/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm
r233478 r234547 123 123 Util::run(&didBeginPlaying); 124 124 125 waitUntilAudioSessionCategoryIsEqualTo(getAVAudioSessionCategory Ambient());126 EXPECT_WK_STREQ(getAVAudioSessionCategory Ambient(), [[getAVAudioSessionClass() sharedInstance] category]);125 waitUntilAudioSessionCategoryIsEqualTo(getAVAudioSessionCategoryPlayback()); 126 EXPECT_WK_STREQ(getAVAudioSessionCategoryPlayback(), [[getAVAudioSessionClass() sharedInstance] category]); 127 127 } 128 128
Note:
See TracChangeset
for help on using the changeset viewer.