Fix as_pypromise not returning correctly

This commit is contained in:
Jason Paryani
2013-12-11 13:50:50 -08:00
parent 10dc1d3ab3
commit ebbd83a425
2 changed files with 44 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ class SimpleRestorer(test_capability_capnp.TestSturdyRefObjectId.Restorer):
def restore(self, ref_id):
assert ref_id.tag == 'testInterface'
return Server(100)
def test_simple_rpc():
read, write = socket.socketpair(socket.AF_UNIX)