| Index: chrome/android/host_driven_tests/DummyTest.py
|
| diff --git a/chrome/android/host_driven_tests/DummyTest.py b/chrome/android/host_driven_tests/DummyTest.py
|
| index 0ef28d8a15714aa91ad1e6f50d5637b09a0da9bb..e2c541aecb2e317f8f7cd8288906745add92c7b6 100644
|
| --- a/chrome/android/host_driven_tests/DummyTest.py
|
| +++ b/chrome/android/host_driven_tests/DummyTest.py
|
| @@ -2,7 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import os
|
| +"""Host-driven java_tests which exercise dummy functionality.
|
| +
|
| +This test class is only here to ensure that the test framework for host driven
|
| +tests work.
|
| +"""
|
|
|
| from pylib.host_driven import test_case
|
| from pylib.host_driven import tests_annotations
|
|
|