| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # TODO(nduca): Add basic unit test for cros_browser_finder. | 5 # TODO(nduca): Add basic unit test for cros_browser_finder. |
| 6 # | 6 # |
| 7 # Here, we should mock the cros_interface module (assuming its working) and | 7 # Here, we should mock the cros_interface module (assuming its working) and |
| 8 # verify that the finder does the right thing. Because the finder delegates most | 8 # verify that the finder does the right thing. Because the finder delegates most |
| 9 # of its work to the CRI, the test code here is going to be comparatively | 9 # of its work to the CRI, the test code here is going to be comparatively |
| 10 # simple. | 10 # simple. |
| 11 | 11 |
| OLD | NEW |