Changeset 234547 in webkit


Ignore:
Timestamp:
Aug 3, 2018, 10:06:28 AM (7 years ago)
Author:
jer.noble@apple.com
Message:

Unreviewed gardening; r234534 changed the policy for what audio session is set when a
media element is paused. Updating the test to reflect the new policy.

  • TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r234546 r234547  
     12018-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
    192018-08-03  Zalan Bujtas  <zalan@apple.com>
    210
  • trunk/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm

    r233478 r234547  
    123123    Util::run(&didBeginPlaying);
    124124
    125     waitUntilAudioSessionCategoryIsEqualTo(getAVAudioSessionCategoryAmbient());
    126     EXPECT_WK_STREQ(getAVAudioSessionCategoryAmbient(), [[getAVAudioSessionClass() sharedInstance] category]);
     125    waitUntilAudioSessionCategoryIsEqualTo(getAVAudioSessionCategoryPlayback());
     126    EXPECT_WK_STREQ(getAVAudioSessionCategoryPlayback(), [[getAVAudioSessionClass() sharedInstance] category]);
    127127}
    128128
Note: See TracChangeset for help on using the changeset viewer.