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

Unified Diff: tools/telemetry/telemetry/core/user_agent_unittest.py

Issue 15704004: [telemetry] Rename "test" folder to "unittest". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: tools/telemetry/telemetry/core/user_agent_unittest.py
diff --git a/tools/telemetry/telemetry/core/user_agent_unittest.py b/tools/telemetry/telemetry/core/user_agent_unittest.py
index 223c1cf8a812f3c0956fa202f7a467c55735c2df..32cbbb70567ab10543b34168b7ca6cd8233abb87 100644
--- a/tools/telemetry/telemetry/core/user_agent_unittest.py
+++ b/tools/telemetry/telemetry/core/user_agent_unittest.py
@@ -3,7 +3,7 @@
# found in the LICENSE file.
from telemetry.core import user_agent
-from telemetry.test import tab_test_case
+from telemetry.unittest import tab_test_case
class UserAgentTest(tab_test_case.TabTestCase):

Powered by Google App Engine
This is Rietveld 408576698