From: <no...@us...> - 2003-07-18 13:09:59
|
Log Message: ----------- Removed unused variable Modified Files: -------------- /cvsroot/htmlunit/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host: WindowTest.java Revision Data ------------- Index: WindowTest.java =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/WindowTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- WindowTest.java 18 Jul 2003 13:01:06 -0000 1.4 +++ WindowTest.java 18 Jul 2003 13:09:58 -0000 1.5 @@ -461,8 +461,8 @@ new URL("http://first"), firstContent, 200, "OK", "text/html", Collections.EMPTY_LIST ); webClient.setWebConnection( webConnection ); - final HtmlPage firstPage = ( HtmlPage )webClient.getPage( - new URL( "http://first" ), SubmitMethod.POST, Collections.EMPTY_LIST ); + webClient.getPage( + new URL( "http://first" ), SubmitMethod.POST, Collections.EMPTY_LIST ); final int waitTime = 50; final int maxTime = 1000; |