Commit 5362213d authored by tturchetto@google.com's avatar tturchetto@google.com

Update secureshell file

Adding the latest secure shell

BUG=
TEST=This is for a test

Review URL: https://chromiumcodereview.appspot.com/10212012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133936 0039d316-1c4b-4281-b951-d872f2087c98
parent 398dca8b
...@@ -25,7 +25,7 @@ class ChromeosHTMLTerminalTest(pyauto.PyUITest): ...@@ -25,7 +25,7 @@ class ChromeosHTMLTerminalTest(pyauto.PyUITest):
"""Basic installation test for HTML Terminal on ChromeOS.""" """Basic installation test for HTML Terminal on ChromeOS."""
crx_file_path = os.path.abspath( crx_file_path = os.path.abspath(
os.path.join(self.DataDir(), 'pyauto_private', 'apps', os.path.join(self.DataDir(), 'pyauto_private', 'apps',
'hterm-dev-0.7.6.3.crx')) 'SecureShell-dev-0.7.9.3.crx'))
ext_id = self.InstallExtension(crx_file_path) ext_id = self.InstallExtension(crx_file_path)
self.assertTrue(ext_id, 'Failed to install extension.') self.assertTrue(ext_id, 'Failed to install extension.')
extension = self._GetExtensionInfoById(self.GetExtensionsInfo(), ext_id) extension = self._GetExtensionInfoById(self.GetExtensionsInfo(), ext_id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment