[svn r63566] the InternalException event class bites the dust.

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-03 16:18:47 +02:00
parent d1946ae978
commit 45e0499f10
11 changed files with 31 additions and 33 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class TestMasterSlaveConnection:
node = mysetup.makenode(item.config)
node.channel.close()
py.test.raises(IOError, "node.send(item)")
#ev = self.geteventargs(event.InternalException)
#ev = self.getevents("internalerror")
#assert ev.excinfo.errisinstance(IOError)
def test_send_one(self, testdir, mysetup):