summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtomayko <rtomayko>2005-01-14 18:22:18 +0000
committerrtomayko <rtomayko>2005-01-14 18:22:18 +0000
commit6b80397f4d26966456bc76b5324a66e77c3d1a19 (patch)
tree0e3fc827fd26da72f23b1813eb3d9db2ee01c9ee
parenta1fc0b66889f91f89fa64a0af694ef656cf92ad9 (diff)
downloadurlgrabber-6b80397f4d26966456bc76b5324a66e77c3d1a19.tar.gz
Fixed proftpd test (was raising error when it shouldn't have been)
-rw-r--r--test/test_grabber.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_grabber.py b/test/test_grabber.py
index 4478c24..880e5d1 100644
--- a/test/test_grabber.py
+++ b/test/test_grabber.py
@@ -21,7 +21,7 @@
"""grabber.py tests"""
-# $Id: test_grabber.py,v 1.21 2004/12/12 05:17:07 rtomayko Exp $
+# $Id: test_grabber.py,v 1.22 2005/01/14 18:22:18 rtomayko Exp $
import sys
import os
@@ -377,7 +377,6 @@ class ProFTPDSucksTests(TestCase):
try:
fo = urllib2.urlopen(self.url).close()
except IOError:
- raise
self.skip()
def test_restart_workaround(self):