Changes in 1.3
Changes that Could Break Older Environments:
Fixed Bugs:
-
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.
BugZilla Issue 56470
Other Changes:
-
New assertion assertRefResourceExists,
assertRefResourceDoesntExist, assertRefResourceContains,
assertRefResourceDoesntContain, assertNestedResourceExists,
assertNestedResourceDoesntExist have been added. These new
assertions work for non-filesystem resources unlike their
existing cousins of AntUnit 1.2.
BugZilla Issue 53383
-
A new AntUnitListener named "logforwarder" can be attached to
forward any log output from the project under test to the
project running the AntUnit task immediately.
BugZilla Issue 43582