From: David S. <ds...@us...> - 2007-07-02 21:00:01
|
Update of /cvsroot/junit/junit In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv512 Modified Files: to-do.txt Log Message: Fixed bug 1745048: @After method not called after my test timeout in 4.3.1 Index: to-do.txt =================================================================== RCS file: /cvsroot/junit/junit/to-do.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- to-do.txt 2 Jul 2007 18:10:58 -0000 1.6 +++ to-do.txt 2 Jul 2007 20:59:57 -0000 1.7 @@ -24,4 +24,6 @@ * Theories class validation should be much better -* assumePasses doesn't have desired effect within a Theory \ No newline at end of file +* assumePasses doesn't have desired effect within a Theory + +* Find a way to make Parameterized a single-class extension \ No newline at end of file |