Title: [234547] trunk/Tools
- Revision
- 234547
- Author
- [email protected]
- Date
- 2018-08-03 10:06:28 -0700 (Fri, 03 Aug 2018)
Log 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):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (234546 => 234547)
--- trunk/Tools/ChangeLog 2018-08-03 15:38:10 UTC (rev 234546)
+++ trunk/Tools/ChangeLog 2018-08-03 17:06:28 UTC (rev 234547)
@@ -1,3 +1,11 @@
+2018-08-03 Jer Noble <[email protected]>
+
+ 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):
+
2018-08-03 Zalan Bujtas <[email protected]>
[LFC][Floating] Now that the document renderer belongs to "complicated cases", adjust viewport stretching.
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm (234546 => 234547)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm 2018-08-03 15:38:10 UTC (rev 234546)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitLegacy/ios/AudioSessionCategoryIOS.mm 2018-08-03 17:06:28 UTC (rev 234547)
@@ -122,8 +122,8 @@
Util::run(&didBeginPlaying);
- waitUntilAudioSessionCategoryIsEqualTo(getAVAudioSessionCategoryAmbient());
- EXPECT_WK_STREQ(getAVAudioSessionCategoryAmbient(), [[getAVAudioSessionClass() sharedInstance] category]);
+ waitUntilAudioSessionCategoryIsEqualTo(getAVAudioSessionCategoryPlayback());
+ EXPECT_WK_STREQ(getAVAudioSessionCategoryPlayback(), [[getAVAudioSessionClass() sharedInstance] category]);
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes