----- Original Message -----
From: "Peter Donald" <[EMAIL PROTECTED]>
> ANother thing to look at in test case is, if you replace "Multi
Line\nProject
> Description" with "Multi Line\r\nProject Description" will it work ?

Earlier I actually took it a step further and changed the assert to be:

        assertEquals("Multi line description failed", "Multi Line" +
System.getProperty("line.separator") + "Project Description",
project.getDescription());

and it didn't work.

I'm almost certain the line is being axed by Ant's parsing somewhere along
the line.  -projecthelp doesn't show the multiline description either.

    Erik





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

Reply via email to