changeset 21:6df12f09f4f4

Fixed batch test
author Ben Croston <ben@croston.org>
date Sun, 01 Jan 2012 11:42:25 +0000
parents 4b62687da58a
children 9459d63c1558
files AuthRPC/tests.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):