Revision: 3138
http://htmlunit.svn.sourceforge.net/htmlunit/?rev=3138&view=revAuthor: asashour
Date: 2008-07-01 03:17:41 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
...
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java 2008-07-01 10:16:33 UTC (rev 3137)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/WebClientTest.java 2008-07-01 10:17:41 UTC (rev 3138)
@@ -1895,8 +1895,8 @@
}
private void testOpenWindowWithAboutBlank(final BrowserVersion browserVersion) throws Exception {
- final WebClient client1 = new WebClient(browserVersion);
- final WebWindow window1 = client1.openWindow(WebClient.URL_ABOUT_BLANK, "TestingWindow");
- Assert.assertNotNull(window1);
+ final WebClient client = new WebClient(browserVersion);
+ final WebWindow window = client.openWindow(WebClient.URL_ABOUT_BLANK, "TestingWindow");
+ Assert.assertNotNull(window);
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php_______________________________________________
HtmlUnit-develop mailing list
HtmlUnit-develop@...
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop