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

Unified Diff: remoting/webapp/crd/js/legacy_host_list_api_unittest.js

Issue 1217643002: Added HostListApl implementation to connect to legacy directory and GCD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcd-e2e
Patch Set: yet another rewrite of host merging logic Created 5 years, 5 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/crd/js/legacy_host_list_api_unittest.js
diff --git a/remoting/webapp/crd/js/legacy_host_list_api_unittest.js b/remoting/webapp/crd/js/legacy_host_list_api_unittest.js
index ef2b598bcd8172839025b69b154a1cadaf74e2cb..045a77872819c0c46877cbda57e39fa78bda1703 100644
--- a/remoting/webapp/crd/js/legacy_host_list_api_unittest.js
+++ b/remoting/webapp/crd/js/legacy_host_list_api_unittest.js
@@ -66,7 +66,7 @@ QUnit.test('register', function(assert) {
FAKE_HOST_NAME,
FAKE_PUBLIC_KEY,
FAKE_HOST_CLIENT_ID
- ). then(function(regResult) {
+ ).then(function(regResult) {
assert.equal(regResult.authCode, FAKE_AUTH_CODE);
assert.equal(regResult.email, '');
});

Powered by Google App Engine
This is Rietveld 408576698