
| Key: |
SHALE-189
|
| Type: |
Task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Wendy Smoak
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Shale Test currently depends on HtmlUnit 1.7 (1.6 also works.)
However, it uses methods that were removed in HtmlUnit 1.8:
c:\svn\struts\shale-m2-reorg\shale-test\src\main\java\org\apache\shale\test\html
unit\AbstractHtmlUnitTestCase.java:[113,46] cannot find symbol
symbol : method getStateForUrl(java.net.URL)
location: class com.gargoylesoftware.htmlunit.WebConnection
c:\svn\struts\shale-m2-reorg\shale-test\src\main\java\org\apache\shale\test\html
unit\AbstractHtmlUnitTestCase.java:[190,29] cannot find symbol
symbol : method getAllForms()
location: class com.gargoylesoftware.htmlunit.html.HtmlPage
|
|
Description
|
Shale Test currently depends on HtmlUnit 1.7 (1.6 also works.)
However, it uses methods that were removed in HtmlUnit 1.8:
c:\svn\struts\shale-m2-reorg\shale-test\src\main\java\org\apache\shale\test\html
unit\AbstractHtmlUnitTestCase.java:[113,46] cannot find symbol
symbol : method getStateForUrl(java.net.URL)
location: class com.gargoylesoftware.htmlunit.WebConnection
c:\svn\struts\shale-m2-reorg\shale-test\src\main\java\org\apache\shale\test\html
unit\AbstractHtmlUnitTestCase.java:[190,29] cannot find symbol
symbol : method getAllForms()
location: class com.gargoylesoftware.htmlunit.html.HtmlPage
|
Show » |
|