Author: bodewig
Date: Thu May 8 19:12:45 2014
New Revision: 5298
Log:
forgot the release notes
Added:
dev/ant/antlibs/antunit/RELEASE-NOTES-1.3.html (with props)
Added: dev/ant/antlibs/antunit/RELEASE-NOTES-1.3.html
==============================================================================
--- dev/ant/antlibs/antunit/RELEASE-NOTES-1.3.html (added)
+++ dev/ant/antlibs/antunit/RELEASE-NOTES-1.3.html Thu May 8 19:12:45 2014
@@ -0,0 +1,35 @@
+<body>
+<h1>Changes in 1.3</h1>
+<h2>Changes that Could Break Older Environments:</h2>
+<ul></ul>
+<h2>Fixed Bugs:</h2>
+<ul>
+<li>
+ 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.
+ <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=56470">BugZilla
Issue 56470</a>
+</li>
+</ul>
+<h2>Other Changes:</h2>
+<ul>
+<li>
+ 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.
+ <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=53383">BugZilla
Issue 53383</a>
+</li>
+<li>
+ 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.
+ <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=43582">BugZilla
Issue 43582</a>
+</li>
+</ul>
+</body>
Propchange: dev/ant/antlibs/antunit/RELEASE-NOTES-1.3.html
------------------------------------------------------------------------------
svn:eol-style = native