properly document PR 56470

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Bodewig 2014-05-07 04:00:43 +00:00
parent a906373e36
commit 43f3355f07
1 changed files with 7 additions and 6 deletions

View File

@ -51,12 +51,13 @@
forward any log output from the project under test to the
project running the AntUnit task immediately.
</action>
<action type="fix" breaks-bwc="true" issue="56470">
LogCapturer now adds (platform dependent) line breaks between
log messages that it records.
This may break existing assertions on the log if they depended
on the absence of line breaks. It also affects the contents of
the logcontents resource.
<action type="fix" issue="56470">
LogCapturer can now optionally add (platform dependent) line
breaks between log messages that it records.
The log related assertions and the logcontent resource have a
new attribute "mergeLines" that controls the line breaks, it
defaults to "true" - i.e. no line breaks - to preserve backwards
compatibility.
</action>
</release>