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

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

Issue 1003433002: Updated remoting.xhr API to use promises. Removed access to the native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@spy-promise
Patch Set: Created 5 years, 9 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/error_unittest.js
diff --git a/remoting/webapp/crd/js/error_unittest.js b/remoting/webapp/crd/js/error_unittest.js
index 85250f01ed3d19c2dca753ce92f52c14ee17a4e9..dc7939b978306be83904fb9cbb8065cfa21b928d 100644
--- a/remoting/webapp/crd/js/error_unittest.js
+++ b/remoting/webapp/crd/js/error_unittest.js
@@ -6,6 +6,12 @@
'use strict';
+QUnit.module('error', {
+ setup: function() {
+ },
+ teardown: function() {
+ }
+});
Jamie 2015/03/18 22:16:16 This looks like a rebase error.
John Williams 2015/03/19 20:19:42 Done.
QUnit.module('error');
QUnit.test('error constructor 1', function(assert) {

Powered by Google App Engine
This is Rietveld 408576698