The test requires the network resource

This commit is contained in:
Christian Heimes 2008-02-11 02:26:22 +00:00
parent d058cd2cc8
commit 03d3abf375

View file

@ -131,6 +131,8 @@ class BasicTests(unittest.TestCase):
raise last_exc
def test_978833(self):
if not test_support.is_resource_enabled("network"):
return
if test_support.verbose:
print "test_978833 ..."