Skip to content

Commit

Permalink
Brought 4.9 release notes up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Jul 5, 2011
1 parent 8782efa commit 6a028ce
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 12 deletions.
29 changes: 22 additions & 7 deletions doc/ReleaseNotes4.9.html
Expand Up @@ -47,6 +47,11 @@ <h3>TestRule</h3>
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>Maven support</h3>

<p>Maven bundles have, in the past, been uploaded by kind volunteers. Starting
with this release, the JUnit team is attempting to perform this task ourselves.</p>

<h3>LICENSE checked in</h3>

<p>The Common Public License that JUnit is released under is now included
Expand All @@ -64,19 +69,29 @@ <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>
<li><p>github#38: ParentRunner filters more than once</p>

<p>Thanks to <code>@reinholdfuereder</code></p></li>
<li><p>github#248: protected BlockJUnit4ClassRunner#rules method removed from 4.8.2</p></li>
<li>github#187: Accidental dependency on Java 6</li>
</ul>

<p>Thanks to <code>@kcooney</code> for:
- github#163: Bad comparison failure message when using assertEquals(String, String)
- github#227: ParentRunner now assumes that getChildren() returns a modifiable list</p>

<h3>Minor changes</h3>

<ul>
<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>
<li>Backed out unused folder "experimental-use-of-antunit", replaced by
bash-based script at build_tests.sh</li>
<li>Various Javadoc fixes</li>
</ul>

<p>Thanks to <code>@kcooney</code> for:</p>

<ul>
<li>Made MultipleFailureException public, to assist extension writers.</li>
<li>github#240: Add "test" target to build.xml, for faster ant-driven testing.</li>
<li>github#247: Give InitializationError a useful message</li>
</ul>
22 changes: 17 additions & 5 deletions doc/ReleaseNotes4.9.txt
Expand Up @@ -46,6 +46,11 @@ the new type.
protected. In order to apply `TestRule`s to a `Statement`, use the `RunRules`
class in `org.junit.rules` (thanks to `@kcooney`)

### Maven support ###

Maven bundles have, in the past, been uploaded by kind volunteers. Starting
with this release, the JUnit team is attempting to perform this task ourselves.

### LICENSE checked in ###

The Common Public License that JUnit is released under is now included
Expand All @@ -63,18 +68,25 @@ in the source repository.
and will be run correctly. Trying to assign categories to methods within
such a class will flag an error.

- github#163: Bad comparison failure message when using assertEquals(String, String)

Thanks to `@kcooney`

- github#38: ParentRunner filters more than once

Thanks to `@reinholdfuereder`

- github#248: protected BlockJUnit4ClassRunner#rules method removed from 4.8.2
- github#187: Accidental dependency on Java 6

Thanks to `@kcooney` for:
- github#163: Bad comparison failure message when using assertEquals(String, String)
- github#227: ParentRunner now assumes that getChildren() returns a modifiable list

### Minor changes ###

- Backed out unused folder "experimental-use-of-antunit", replaced by
bash-based script at build_tests.sh
- Various Javadoc fixes

Thanks to `@kcooney` for:

- Made MultipleFailureException public, to assist extension writers.
Thanks to `@kcooney`
- github#240: Add "test" target to build.xml, for faster ant-driven testing.
- github#247: Give InitializationError a useful message

0 comments on commit 6a028ce

Please sign in to comment.