Update of /cvsroot/junit/junit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18825
Modified Files:
acknowledgements.txt
Log Message:
Checked in new tests to clarify behavior of JUnit4TestAdaptor in the presence of @Ignore'd tests and suite() methods, in response to bug 1700187
Index: acknowledgements.txt
===================================================================
RCS file: /cvsroot/junit/junit/acknowledgements.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- acknowledgements.txt 8 Feb 2007 22:45:21 -0000 1.4
+++ acknowledgements.txt 9 Jul 2007 19:38:30 -0000 1.5
@@ -10,4 +10,7 @@
Ben Maurer: Found bug with timeouts taking twice as long as specified (1536198)
2007 February 08
- Kazimierz Pogoda: Found bug with null array elements (1438163)
\ No newline at end of file
+ Kazimierz Pogoda: Found bug with null array elements (1438163)
+
+2007 July 09
+ wangqq: Found bug with @After not running after a timeout (1745048)
\ No newline at end of file
|