Fix API changes in EventLoop

This commit is contained in:
Jason Paryani
2013-12-04 11:42:57 -08:00
parent cfc11e4a8a
commit bb3121d3ae
4 changed files with 30 additions and 29 deletions

View File

@@ -34,9 +34,3 @@ def test_simple_rpc(capability):
response = remote.wait()
assert response.x == '125'
def test_custom_event_loop(capability):
capnp.remove_event_loop()
capnp.DEFAULT_EVENT_LOOP = capnp._EventLoop()
test_simple_rpc(capability)