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

Side by Side Diff: remoting/webapp/unittests/local_host_section_unittest.js

Issue 944183002: HostTableEntry refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 (function() {
6
7 'use strict';
8
9 module('LocalHostEntry');
10
11 test('setModel() handles local host that is registered under another account',
12 function() {
13 pass();
14 });
15
16 test('setModel() handles local host that is missing.',
17 function() {
18 pass();
19 });
20
21 test('setModel() handles local host that is started.',
22 function() {
23 pass();
24 });
25
26 test('setModel() handles local host that is stopped.',
27 function() {
28 pass();
29 });
30
31 })();
OLDNEW
« remoting/webapp/crd/js/local_host_section.js ('K') | « remoting/webapp/crd/js/local_host_section.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698