From: David S. <ds...@us...> - 2006-11-21 19:52:34
|
Update of /cvsroot/junit/junit In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11520 Modified Files: acknowledgements.txt Log Message: Fixed two bugs: RunWtih(Suite) should not require a default constructor Test(timeout) was taking twice as long as specified Index: acknowledgements.txt =================================================================== RCS file: /cvsroot/junit/junit/acknowledgements.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- acknowledgements.txt 3 Aug 2006 22:03:01 -0000 1.2 +++ acknowledgements.txt 21 Nov 2006 19:52:30 -0000 1.3 @@ -3,4 +3,8 @@ 2006 August 3 giovanni: better test for TestCase without a name. - Matthias Pfau: better error message when test case constructor fails \ No newline at end of file + Matthias Pfau: better error message when test case constructor fails + +2006 November 21 + dakcalouro: Found bug with comparing ints and longs (1555161) + Ben Maurer: Found bug with timeouts taking twice as long as specified (1536198) \ No newline at end of file |