]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_iputil: remove the test that only works on linux, since we're using the cross...
authorBrian Warner <warner@allmydata.com>
Thu, 29 Mar 2007 18:21:17 +0000 (11:21 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 29 Mar 2007 18:21:17 +0000 (11:21 -0700)
src/allmydata/test/test_iputil.py

index fa8bde0711df8deca101ddf584df6f54e025c69f..79f06752a1cf36224cccb8ea9e94d1edbc168fee 100644 (file)
@@ -11,8 +11,3 @@ class ListAddresses(unittest.TestCase):
         d.addCallbacks(_check)
         return d
 
-    def test_list(self):
-        addresses = iputil.get_local_addresses()
-        self.failUnless(len(addresses) >= 1) # always have localhost
-        self.failUnless("127.0.0.1" in addresses)
-