The following comment has been added to this issue:

     Author: Marcus Brito
    Created: Wed, 21 Jul 2004 5:17 AM
       Body:
I would say this is a big in the SDL parser. SDL should define a standard line 
terminator and normalize that, like XML does (line terminators are always '\n' 
in XML, even if in the physical document they were '\r\n' or '\r').
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/HIVEMIND-26?page=comments#action_36804

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/HIVEMIND-26

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: HIVEMIND-26
    Summary: Unit tests are platform specific
       Type: Bug

     Status: Open
   Priority: Major

    Project: HiveMind
 Components: 
             framework
   Versions:
             1.0

   Assignee: Howard M. Lewis Ship
   Reporter: Naresh Sikha

    Created: Tue, 20 Jul 2004 1:54 PM
    Updated: Wed, 21 Jul 2004 5:17 AM
Environment: Acquired latest source through cvsgrab. Running on Windows XP.

Description:
It appears that two unit tests in 

hivemind.test.sdl.TestSDLResourceParser.java

are platform specific in that the are expecting "\r\n" when, in my environment, 
the lines end only in "\n".

Specifically:

TestSDLResourceParser.java:140:85: - expects "Barney\r\nRubble" but succeeds 
with "Barney\nRubble".

TestSDLResourceParser.java:173:82 - expects "column 36" but succeeds with 
"column 35".

I am wondering if acquiring sources through cvsgrab affected the line endings?

Thanks.





---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to