Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
David Saff committed Apr 20, 2009
1 parent f97081d commit 231238f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acknowledgements.txt
Expand Up @@ -46,4 +46,6 @@
Mark Shapiro: Discovered bug in test counting after an ignored method (2106324)

2009 Apr 20
Chris Felaco: Discovered regression in handling suite() methods with JUnit 3 runner (1812200)
Chris Felaco: Discovered regression in handling suite() methods with JUnit 3 runner (1812200)
Toby Byron: Suggested updating linking in javadoc (2090230)

4 changes: 4 additions & 0 deletions doc/ReleaseNotes4.5.txt
Expand Up @@ -90,3 +90,7 @@
- `ResultMatchers` has more informative descriptions.

- `TestSystem` allows testing return codes and other system-level interactions.

### Incompatible changes ###

- Removed Request.classes(String, Class<?>...) factory method
3 changes: 3 additions & 0 deletions doc/ReleaseNotes4.7.txt
Expand Up @@ -3,5 +3,8 @@
### Timeouts ###
- Tests that timeout now show the stack trace of the test thread.

### Docs ###
- Javadocs now link to online JDK javadocs (bug 2090230)

### Bug fixes ###
- Fixed: BaseTestRunner.getTest() requires class to extend TestCase (1812200)

0 comments on commit 231238f

Please sign in to comment.