Revert change that caused XML-RPC tests to be skipped

This commit is contained in:
Rob Crittenden 2009-01-16 10:23:29 -05:00
parent e4b9be209e
commit 322992ae4b

View File

@ -41,7 +41,6 @@ class XMLRPC_test:
def setUp(self):
# FIXME: changing Plugin.name from a property to an instance attribute
# somehow broke this.
raise nose.SkipTest()
try:
res = api.Command['user_show']('notfound')
except socket.error: