Skip to content

Commit

Permalink
Note that 4.9 is unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Jan 18, 2011
1 parent 00f480c commit 9731999
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions doc/ReleaseNotes4.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ <h3>TestRule</h3>
and replaced by <code>TestWatcher</code>, which has the same functionality, but implements
the new type.</p>

<p><code>TestRule</code> is an abstract base class, and its abstract <code>apply</code> method is
protected. In order to apply <code>TestRule</code>s to a <code>Statement</code>, use the <code>RunRules</code>
class in <code>org.junit.rules</code> (thanks to <code>@kcooney</code>)</p>

<h3>LICENSE checked in</h3>

<p>The Common Public License that JUnit is released under is now included
Expand All @@ -58,11 +62,16 @@ <h3>Bug fixes</h3>
such classes can be assigned one or more categories at the class level,
and will be run correctly. Trying to assign categories to methods within
such a class will flag an error.</p></li>
<li><p>github#163: Bad comparison failure message when using assertEquals(String, String)</p>

<p>Thanks to <code>@kcooney</code></p></li>
</ul>

<h3>Minor changes</h3>

<ul>
<li>Backed out unused folder "experimental-use-of-antunit", replaced by
bash-based script at build_tests.sh</li>
<li><p>Backed out unused folder "experimental-use-of-antunit", replaced by
bash-based script at build_tests.sh</p></li>
<li><p>Made MultipleFailureException public, to assist extension writers.
Thanks to <code>@kcooney</code></p></li>
</ul>
2 changes: 1 addition & 1 deletion doc/ReleaseNotes4.9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Summary of Changes in version 4.9 ##
## Summary of Changes in version 4.9 [unreleased!] ##

### ClassRule ###

Expand Down

0 comments on commit 9731999

Please sign in to comment.