From d464940fb23d0411106106ae0e3c8ff66f41bb2e Mon Sep 17 00:00:00 2001 From: hpk Date: Sat, 21 Mar 2009 15:00:01 +0100 Subject: [PATCH] [svn r63178] remove wrong assert --HG-- branch : trunk --- py/test/plugin/pytest_pocoo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/test/plugin/pytest_pocoo.py b/py/test/plugin/pytest_pocoo.py index 78534fa96..0244705c0 100644 --- a/py/test/plugin/pytest_pocoo.py +++ b/py/test/plugin/pytest_pocoo.py @@ -17,7 +17,6 @@ class PocooPlugin: help="send failures to %s" %(url.base,)) def getproxy(self): - assert 0 return py.std.xmlrpclib.ServerProxy(url.xmlrpc).pastes def pytest_terminal_summary(self, terminalreporter):