Title: [203755] trunk/Tools
- Revision
- 203755
- Author
- achristen...@apple.com
- Date
- 2016-07-26 16:40:35 -0700 (Tue, 26 Jul 2016)
Log Message
Fix tests after r203743.
https://bugs.webkit.org/show_bug.cgi?id=156947
* WebKitTestRunner/TestController.cpp:
(WTR::TestController::resetStateToConsistentValues):
Reset the new boolean m_rejectsProtectionSpaceAndContinueForAuthenticationChallenges.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (203754 => 203755)
--- trunk/Tools/ChangeLog 2016-07-26 23:39:39 UTC (rev 203754)
+++ trunk/Tools/ChangeLog 2016-07-26 23:40:35 UTC (rev 203755)
@@ -1,3 +1,12 @@
+2016-07-26 Alex Christensen <achristen...@webkit.org>
+
+ Fix tests after r203743.
+ https://bugs.webkit.org/show_bug.cgi?id=156947
+
+ * WebKitTestRunner/TestController.cpp:
+ (WTR::TestController::resetStateToConsistentValues):
+ Reset the new boolean m_rejectsProtectionSpaceAndContinueForAuthenticationChallenges.
+
2016-07-26 Myles C. Maxfield <mmaxfi...@apple.com>
[iPhone] Playing a video on tudou.com plays only sound, no video
Modified: trunk/Tools/WebKitTestRunner/TestController.cpp (203754 => 203755)
--- trunk/Tools/WebKitTestRunner/TestController.cpp 2016-07-26 23:39:39 UTC (rev 203754)
+++ trunk/Tools/WebKitTestRunner/TestController.cpp 2016-07-26 23:40:35 UTC (rev 203755)
@@ -774,6 +774,7 @@
m_workQueueManager.clearWorkQueue();
+ m_rejectsProtectionSpaceAndContinueForAuthenticationChallenges = false;
m_handlesAuthenticationChallenges = false;
m_authenticationUsername = String();
m_authenticationPassword = String();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes