mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-30 23:41:06 -05:00
This should be guarded by the network condition.
This commit is contained in:
parent
ee5afd1074
commit
4354a79f9f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user