From: Steve F. <sm...@us...> - 2002-12-16 00:53:45
|
Update of /cvsroot/mockobjects/mockobjects-java/src/core/test/mockobjects/dynamic In directory sc8-pr-cvs1:/tmp/cvs-serv15558/src/core/test/mockobjects/dynamic Modified Files: CallCounterTest.java Log Message: Removed unused variable Index: CallCounterTest.java =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/src/core/test/mockobjects/dynamic/CallCounterTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CallCounterTest.java 24 Nov 2002 10:59:59 -0000 1.4 +++ CallCounterTest.java 16 Dec 2002 00:53:42 -0000 1.5 @@ -43,7 +43,6 @@ CallCounter counter = new CallCounter( 1, (MockCall)mock_call.proxy() ); - final Object RESULT = new Object(); mock_call.expectAndThrow( "call", C.ANY_ARGS, new ExampleException() ); try { |