You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by Janne Jalkanen <ja...@iki.fi> on 2009/02/23 11:14:42 UTC

Re: CreoleToJSPWikiTranslatorTest failuer for unmodified src on Windows XP machine

I would just ignore it.  Nobody is maintaining the Creole support, so
we might as well disable that test.  (Oddly enough, it runs for me, so
this is probably a Windows dependency.)

There are some unmaintained pieces of code in JSPWiki which we might
want to get rid of cometh 3.0.  Creole and WebDAV at least come to
mind.

/janne

On Mon, Feb 23, 2009 at 03:09:35PM +0530, amit Meena wrote:
> Hi *,*
> 
> 
> We have checked out the latest code from svn location
> http://svn.apache.org/repos/asf/incubator/jspwiki/tags/jspwiki_2_8_1/ and
> executed JUnit test cases.
> 
> The two test cases are failing every time.
> 
> (1) Test com.ecyrd.jspwiki.providers.RCSFileProviderTest
> 
> (2) Test com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslatorTest
> 
> As we have not installed RCS system so reason behind failure of first test
> case is clear. But we are unable to figure out the possible cause for
> failure of CreoleToJSPWikiTranslatorTest. We are running the Junit
> tests onWindows xpmachine and the
> file ./tests/reports/TEST-comecyrd.jspwiki.parser.CreoleToJSPWikiTranslatorTest.txt
> contains
> following output.
> 
> 
> 
> 
> 
> *Testcase*: testBoldAcrossLineBreaks took 0.016 *sec*
> 
>       FAILED
> 
> expected:<...
> 
> ...> but was:<......>
> 
> *junit*.framework.ComparisonFailure: expected:<...
> 
> ...> but was:<......>
> 
>       at *com*.*ecyrd*.*jspwiki*
> .parser.CreoleToJSPWikiTranslatorTest.testBoldAcrossLineBreaks(CreoleToJSPWikiTranslatorTest.java:70)
> 
> 
> 
> 
> 
> 
> 
> Why the test com.ecyrd.jspwiki.parser.CreoleToJSPWikiTranslatorTest  is
> failing even for unmodified code?
> 
> 
> Thanks & Regards
> 
> Amit Meena