This should be guarded by the network condition.

This commit is contained in:
Jeremy Fincher 2004-04-09 15:29:11 +00:00
parent ee5afd1074
commit 4354a79f9f

View File

@ -39,6 +39,7 @@ class WebutilsTestCase(SupyTestCase):
self.assertEqual(webutils.getDomain('http://slashdot.org/foo/bar.exe'),
'slashdot.org')
if network:
def testGetUrlWithSize(self):
url = 'http://slashdot.org/'
self.failUnless(len(webutils.getUrl(url, 1024)) == 1024)