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]

Reply via email to