Chromium Code Reviews| Index: chrome/test/functional/chromeos_wifi.py |
| diff --git a/chrome/test/functional/chromeos_wifi.py b/chrome/test/functional/chromeos_wifi.py |
| index 1d87e74c72d8a3a5325b3b0031a1dc97767685ce..4da32649d5bf99473db24a348e84f50fe2270e9c 100644 |
| --- a/chrome/test/functional/chromeos_wifi.py |
| +++ b/chrome/test/functional/chromeos_wifi.py |
| @@ -18,6 +18,10 @@ class ChromeosWifi(chromeos_network.PyNetworkUITest): |
| self.assertTrue(result) |
| logging.debug(result) |
| + def testNetworkScan(self): |
| + """Basic check to sure that a network scan doesn't throw errors.""" |
|
dennis_jeffrey
2011/03/24 23:48:54
"sure" --> "ensure"
dtu
2011/03/25 22:22:11
Done.
|
| + self.NetworkScan() |
| + |
| if __name__ == '__main__': |
| pyauto_functional.Main() |