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

Unified Diff: chrome/test/functional/chromeos_html_terminal.py

Issue 10212012: Update secureshell file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/chromeos_html_terminal.py
diff --git a/chrome/test/functional/chromeos_html_terminal.py b/chrome/test/functional/chromeos_html_terminal.py
index e4e1da1091c081b9677df168cd23d9556a7813eb..d4bb481f102f2a8362c49a1b8cc81245de5ce000 100755
--- a/chrome/test/functional/chromeos_html_terminal.py
+++ b/chrome/test/functional/chromeos_html_terminal.py
@@ -25,7 +25,7 @@ class ChromeosHTMLTerminalTest(pyauto.PyUITest):
"""Basic installation test for HTML Terminal on ChromeOS."""
crx_file_path = os.path.abspath(
os.path.join(self.DataDir(), 'pyauto_private', 'apps',
- 'hterm-dev-0.7.6.3.crx'))
+ 'SecureShell-dev-0.7.9.3.crx'))
Nirnimesh 2012/04/25 01:08:16 Please add the file first.
ext_id = self.InstallExtension(crx_file_path)
self.assertTrue(ext_id, 'Failed to install extension.')
extension = self._GetExtensionInfoById(self.GetExtensionsInfo(), ext_id)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698