# HG changeset patch # User Ben Croston # Date 1325418145 0 # Node ID 6df12f09f4f4da59d36e1ba18fbc840be9cce567 # Parent 4b62687da58ad514e7b3997555acd68b88ef70ef Fixed batch test diff -r 4b62687da58a -r 6df12f09f4f4 AuthRPC/tests.py --- a/AuthRPC/tests.py Sun Sep 11 22:27:42 2011 +0100 +++ b/AuthRPC/tests.py Sun Jan 01 11:42:25 2012 +0000 @@ -163,7 +163,6 @@ batch.echo('Three') batch.api.returnnothing() batch.api.add(9,1) - batch.api.FunctionDoesNotExist() self.assertEqual(batch(), ['ECHO: One', 'ECHO: Two', 'ECHO: Three', None, 10]) class BadBatchTest(AuthRPCTests):