Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: remoting/webapp/base/js/xmpp_login_handler_unittest.js

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expected blink test failures Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/base/js/xmpp_login_handler_unittest.js
diff --git a/remoting/webapp/base/js/xmpp_login_handler_unittest.js b/remoting/webapp/base/js/xmpp_login_handler_unittest.js
index d06a847712893f3335e1619be99e607ec118eb8b..8a5181db2cace109194c4ae0a412a58fd413f691 100644
--- a/remoting/webapp/base/js/xmpp_login_handler_unittest.js
+++ b/remoting/webapp/base/js/xmpp_login_handler_unittest.js
@@ -137,7 +137,7 @@ QUnit.test('use <starttls> handshake', function() {
loginHandler.onDataReceived(base.encodeUtf8(
'<stream:stream from="google.com" id="78A87C70559EF28A" version="1.0" ' +
- 'xmlns:stream="http://etherx.jabber.org/streams"' +
+ 'xmlns:stream="http://etherx.jabber.org/streams" ' +
'xmlns="jabber:client">' +
'<stream:features>' +
'<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls">' +

Powered by Google App Engine
This is Rietveld 408576698