[Httpunit-commit] CVS: httpunit/src/com/meterware/servletunit ServletUnitClient.java,1.7,1.8
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-10-03 12:35:21
|
Update of /cvsroot/httpunit/httpunit/src/com/meterware/servletunit In directory usw-pr-cvs1:/tmp/cvs-serv18765/src/com/meterware/servletunit Modified Files: ServletUnitClient.java Log Message: Refactored to facilitate multiple window feature Index: ServletUnitClient.java =================================================================== RCS file: /cvsroot/httpunit/httpunit/src/com/meterware/servletunit/ServletUnitClient.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ServletUnitClient.java 1 Aug 2002 14:58:59 -0000 1.7 +++ ServletUnitClient.java 3 Oct 2002 12:35:18 -0000 1.8 @@ -82,7 +82,7 @@ * servlet invocation unless that invocation results in a redirect request. **/ public WebResponse getResponse( InvocationContext invocation ) throws MalformedURLException,IOException,SAXException { - updateClient( invocation.getServletResponse() ); + updateMainWindow( invocation.getServletResponse() ); return getFrameContents( invocation.getTarget() ); } |