Skip to content

Commit

Permalink
Fix factuality and typo in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Jul 6, 2011
1 parent cc617b3 commit 5a9eb89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
13 changes: 6 additions & 7 deletions doc/ReleaseNotes4.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ <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>Maven support</h3>

<p>Maven bundles have, in the past, been uploaded by kind volunteers. Starting
Expand Down Expand Up @@ -76,9 +72,12 @@ <h3>Bug fixes</h3>
<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>
<p>Thanks to <code>@kcooney</code> for:</p>

<ul>
<li>github#163: Bad comparison failure message when using assertEquals(String, String)</li>
<li>github#227: ParentRunner now assumes that getChildren() returns a modifiable list</li>
</ul>

<h3>Minor changes</h3>

Expand Down
5 changes: 1 addition & 4 deletions doc/ReleaseNotes4.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ should be transparent to most users. `TestWatchman` has been deprecated,
and replaced by `TestWatcher`, which has the same functionality, but implements
the new type.

`TestRule` is an abstract base class, and its abstract `apply` method is
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
Expand Down Expand Up @@ -76,6 +72,7 @@ in the source repository.
- 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

Expand Down

0 comments on commit 5a9eb89

Please sign in to comment.