Hello one more time, Sorry to insist on this... but just by chance, does any XWiki developer runs his/her tests on a Windows machine, or all of you always use Linux?
I'm starting to think this might be the issue... The tests still don't pass in my machine. I found another one where I made a clean checkout of the SVN and the tests passed. Then I tried in a third machine, again a new installation, and the tests did not pass, same errors. All of them use Java 1.6. The main difference? The machine where the tests passed runs a Ubuntu, while the other two where the tests don't pass run Windows XP. In addition, the errors seem to be related to line feeds, what is known to be different among the two OS... Could anyone else verify that for me? (is there anyone that is managing to build XWiki on a Windows machine?) On Thu, Jul 10, 2008 at 3:23 PM, Tiago Rinck Caveden <[EMAIL PROTECTED]> wrote: > Hello again! > > I made a new checkout, didn't change anything, cleaned maven repository, > and yet the tests fail. > > Does anybody confirm the tests are failing on HEAD? > > Thanks, > Tiago. > > > On Thu, Jul 10, 2008 at 11:24 AM, Tiago Rinck Caveden <[EMAIL PROTECTED]> > wrote: > >> 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 > > > > > -- > Tiago Rinck Caveden > http://caveden.multiply.com > -- Tiago Rinck Caveden http://caveden.multiply.com _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

