From 8b3361afae35cfb65754d7bd9aff5b820ed714f0 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 22 Aug 2007 17:57:28 -0500 Subject: The last commits before I actually start on the multi-environment support. There are still failing tests, but apparently only those that are also failing in trunk. --- test/network/xmlrpc/processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/network/xmlrpc/processor.rb') diff --git a/test/network/xmlrpc/processor.rb b/test/network/xmlrpc/processor.rb index 101d268b2..6808d0100 100755 --- a/test/network/xmlrpc/processor.rb +++ b/test/network/xmlrpc/processor.rb @@ -64,7 +64,7 @@ class TestXMLRPCProcessor < Test::Unit::TestCase request.expects(:handler=).with("myhandler") request.expects(:method=).with("mymethod") - @processor.expects(:verify).times(2) + @processor.stubs(:verify) @processor.expects(:handle).with(request.call, "params", request.name, request.ip) -- cgit