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

Unified Diff: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/desktopui_UITest.py

Issue 6289005: Fixed broken ChromeOS autotests due to http://codereview.chromium.org/5740004... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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: chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/desktopui_UITest.py
===================================================================
--- chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/desktopui_UITest.py (revision 71648)
+++ chrome/test/chromeos/autotest/files/client/site_tests/desktopui_UITest/desktopui_UITest.py (working copy)
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from autotest_lib.client.bin import site_chrome_test
+from autotest_lib.client.cros import chrome_test
-class desktopui_UITest(site_chrome_test.ChromeTestBase):
+class desktopui_UITest(chrome_test.ChromeTestBase):
version = 1
binary_to_run='ui_tests'
« no previous file with comments | « chrome/test/chromeos/autotest/files/client/site_tests/desktopui_SyncIntegrationTests/desktopui_SyncIntegrationTests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698