Revision: 942 http://jwebunit.svn.sourceforge.net/jwebunit/?rev=942&view=rev Author: henryju Date: 2012-07-25 12:38:29 +0000 (Wed, 25 Jul 2012) Log Message: ----------- Update HtmlUnit to version 2.10.
Modified Paths: -------------- trunk/jwebunit-htmlunit-plugin/pom.xml trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java trunk/src/changes/changes.xml Modified: trunk/jwebunit-htmlunit-plugin/pom.xml =================================================================== --- trunk/jwebunit-htmlunit-plugin/pom.xml 2012-07-25 12:30:31 UTC (rev 941) +++ trunk/jwebunit-htmlunit-plugin/pom.xml 2012-07-25 12:38:29 UTC (rev 942) @@ -23,7 +23,7 @@ <dependency> <groupId>net.sourceforge.htmlunit</groupId> <artifactId>htmlunit</artifactId> - <version>2.9</version> + <version>2.10</version> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> Modified: trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java =================================================================== --- trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java 2012-07-25 12:30:31 UTC (rev 941) +++ trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java 2012-07-25 12:38:29 UTC (rev 942) @@ -174,7 +174,7 @@ /** * The default browser version. */ - private BrowserVersion defaultBrowserVersion = BrowserVersion.FIREFOX_3; + private BrowserVersion defaultBrowserVersion = BrowserVersion.FIREFOX_3_6; /** * Should we ignore failing status codes? Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2012-07-25 12:30:31 UTC (rev 941) +++ trunk/src/changes/changes.xml 2012-07-25 12:38:29 UTC (rev 942) @@ -32,6 +32,9 @@ <body> <release version="3.1" date="UNKNOW" description="Cleanup for Webdriver integration"> <action type="update" dev="henryju"> + Updated to HtmlUnit 2.10. + </action> + <action type="update" dev="henryju"> getPageText() (and all related assertXX methods) now only deals with what is inside <body> element. Previously it was also returning page title for example. </action> <action type="update" dev="henryju"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ JWebUnit-development mailing list JWebUnit-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jwebunit-development