forked from junit-team/junit4
-
Notifications
You must be signed in to change notification settings - Fork 1
/
acknowledgements.txt
112 lines (82 loc) · 3.74 KB
/
acknowledgements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
2006 March 9
Matthias Schmidt: improved org.junit package javadoc
2006 August 3
giovanni: better test for TestCase without a name.
Matthias Pfau: better error message when test case constructor fails
2006 November 21
dakcalouro: Found defect with comparing ints and longs (1555161)
Ben Maurer: Found defect with timeouts taking twice as long as specified (1536198)
2007 February 08
Kazimierz Pogoda: Found defect with null array elements (1438163)
2007 July 09
wangqq: Found defect with @After not running after a timeout (1745048)
2007 July 18
Andrew Dick: Found defect with assertEquals comparing non-Integer Numbers (1715326)
Michael Schechter: Found defect with Filters and suite() methods (1739095)
2008 February 5
Walter Gildersleeve: Found assertEquals(null, "null") defect (1857283)
2008 July 1
Johannes Link: Submitted test for running subclasses of Suite
2008 July 23
Daniel Brolund: Submitted patch for build.xml, fixing 1.5 compatibility (2021396)
2008 Aug 1
Nat Pryce: Found defect in treatment of validation errors from custom
subclasses of the legacy JUnit4ClassRunner.
2008 Aug 18
Nir Soffer: Suggested adding to the cookbook information about running
running JUnit from the command line.
2008 Aug 19
Jack Woehr: Discovered build.xml was missing from junit-4.x.zip
2009 Jan 5
Amanda Robinson: Fixed overly permissive @DataPoint processing.
2009 Feb 9
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)
Toby Byron: Suggested updating linking in javadoc (2090230)
Raphael Parree: Improved docs on Parameterized (2186792)
Robin de Silva Jayasinghe: Fixed Javadoc code sample for AfterClass (2126279)
2009 May 04
James Abbley: Submitted a patch that fixed the 2-second limit on Parallel execution.
2009 Nov 16
Kristian Rosenvold: Submitted a patch (github#16) that improves thread-safety of
result counting
2010 Feb 08
Paul Holser: Submitted additional test for TestName rule.
2010 May 03
jonas22@github: Found bug (github#98) with assumptions and expected exceptions.
2011 Jan 03
[email protected]: Found bug (github#74) with Categories and
Parameterized.
2011 Jan 18
Markus Keller: Reported bug (github#163):
Bad comparison failure message when using assertEquals(String, String)
Kevin Cooney (kcooney@github):
Patches for runLeaf, public multiple failure exception,
assertion messages and null.
2011 Mar 04
Jerome Lacoste (lacostej@github) for initial patch for GH-191.
2011 Apr 15
reinholdfuereder@github For initial test for GH-39
2011 Apr 15
ububenheimer@github for bug report https://github.com/KentBeck/junit/issues/208
2011 Apr 29
reinholdfuereder@github: bug report, test, and fix for GH-38:
ParentRunner filtering
2011 Apr 29
Markus Keller (mkeller@github): Report for GH-187:
Unintentional dependency on Java 6
2011 May 31
Kevin Cooney (kcooney@github): Patches for filtering test suites:
copy List returned by getChildren() before mutating it;
optimize ParentRunner.filter for nested suites;
optimize Filter.intersect for common cases
2011 Jun 06
Vampire@github: Report for GH-235: 4.7 release notes incorrect.
2011 Jun 24
Samuel Le Berrigaud (sleberrigaud@github): Report for GH-248:
protected BlockJUnit4ClassRunner#rules method removed from 4.8.2
2011 Jul 06
Stefan Birkner: Fixed wrong docomentation of ClassRule (github#254).
2011 July 6
Rob Dawson: Submitted a patch that makes Results serlializable.