diff options
-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) |