diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 01:26:48 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-19 01:26:48 +0000 |
commit | c8b0170fa521079de10ff9701189633460eb64ed (patch) | |
tree | cc9928ed92d512ef5f594d431be46ad0521ebb96 | |
parent | ec5af274afdd374bf2d83f097a18df5f88d1b487 (diff) | |
download | chromium_src-c8b0170fa521079de10ff9701189633460eb64ed.zip chromium_src-c8b0170fa521079de10ff9701189633460eb64ed.tar.gz chromium_src-c8b0170fa521079de10ff9701189633460eb64ed.tar.bz2 |
Fix typo. Remove unused code
R=dennisjeffrey@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/7420001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92942 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/wifi_notification.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/test/functional/wifi_notification.py b/chrome/test/functional/wifi_notification.py index a920f18..f5819d3 100644 --- a/chrome/test/functional/wifi_notification.py +++ b/chrome/test/functional/wifi_notification.py @@ -21,7 +21,7 @@ class WifiNotification(chromeos_network.PyNetworkUITest): password10 = 'tententent' password13 = 'thirteenthirt' password26 = 'twentysixtwentysixtwentysi' - password64 = + password64 = \ 'abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijkl' def _WifiNotification(self, router_name, password): @@ -51,9 +51,6 @@ class WifiNotification(chromeos_network.PyNetworkUITest): 'SSID is not found. Notification text is: "%s"' % notification_result) - # TODO(tturchetto): Uncomment this when bug is fixed. crosbug.com/15176 - #self.CloseNotification(0) - def testWifiNotificationWEP_Linksys_WRT54G2_wrongpassword(self): """wifi disconnect notification-Linksys_WRT54G2.(WEP)-invalid password""" self._WifiNotification('Linksys_WRT54G2', WifiNotification.password1) |