[JWebUnit-development] SF.net SVN: jwebunit:[942] trunk
Brought to you by:
henryju
|
From: <he...@us...> - 2012-07-25 12:38:41
|
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.
|