1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-15 22:23:33 +01:00
This commit is contained in:
David Paleino
2012-11-16 21:27:34 +01:00
parent 398f4f14ba
commit b386b37db7

View File

@@ -9,7 +9,7 @@ class TestWnettools(unittest.TestCase):
interfaces = wnettools.GetWirelessInterfaces() interfaces = wnettools.GetWirelessInterfaces()
# wlan0 may change depending on your system # wlan0 may change depending on your system
#self.assertTrue('wlan0' in interfaces) #self.assertTrue('wlan0' in interfaces)
self.asserTrue(type(interfaces) == list) self.assertTrue(type(interfaces) == list)
def test_find_wired_interface(self): def test_find_wired_interface(self):
interfaces = wnettools.GetWiredInterfaces() interfaces = wnettools.GetWiredInterfaces()