Hello, I'm trying to build XWiki but some tests are not passing. They are related to rendering, apparently an expected line feed is not being printed. Take a look at one of the errors:
junit.framework.ComparisonFailure: expected:<beginDocument[ onMacro: [testsimplemacro] [param1=value1|param2=value2] [ content ] endDocument ] > but was:<beginDocument[ onMacro: [testsimplemacro] [param1=value1|param2=value2] [ content ] endDocument] > This has been happening since yesterday, so I'd like to know if it's really happening to everybody or if I did something stupid here. I am indeed trying to change one of XWiki's macros, the GraphViz one, I'm adding some functionalities to it - allowing it to use more features that GraphViz provides. But I really don't see how the code I did would break this rendering mechanism, I don't render anything there except the GraphViz stuff. -- Tiago Rinck Caveden http://caveden.multiply.com _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

