Thanks for the tip; I'll look into it.

On Fri, 30 Jul 2004 14:26:00 +0200, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> Hi,
> 
>     [junit] Testcase: testAttributes(hivemind.test.sdl.TestSDLResourceParser):
> FAILED
>     [junit] Attribute long expected:<...
>     [junit] ...> but was:<......>junit.framework.ComparisonFailure: Attribute 
> long expected:<...
>     [junit] ...> but was:<......>
>     [junit]     at 
> hivemind.test.sdl.TestSDLResourceParser.checkAttributes(TestSDLResourceParser.java:111)
>     [junit]     at 
> hivemind.test.sdl.TestSDLResourceParser.testAttributes(TestSDLResourceParser.java:140)
> 
> this test expects a literal \r\n sequence which isn't there since
> attributes.sdl had its line ends converted by CVS and thus I only have
> \n.
> 
> Fixes could be changing attributes.sdl to binary (so CVS leaves it
> alone) or expecting System.getProperty("line.separator") instead of
> \r\n.
> 
> Stefan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to