minfrin commented on a change in pull request #5: Switch from XhtmlSink to
Xhtml5Sink as the default site renderer.
URL:
https://github.com/apache/maven-doxia-sitetools/pull/5#discussion_r289822512
##########
File path:
doxia-site-renderer/src/test/java/org/apache/maven/doxia/siterenderer/AptVerifier.java
##########
@@ -59,8 +60,8 @@ public void verify( String file )
//
//
----------------------------------------------------------------------
- HtmlDivision div = (HtmlDivision) elementIterator.next();
- assertEquals( "section", div.getAttribute( "class" ) );
+ /* cannot use HtmlSection until
https://sourceforge.net/p/htmlunit/bugs/1961/ is fixed */
Review comment:
Let me try and see - I'll find the htmlunit release just before they jumped
to java8 and try that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services