CVS: junit/src/org/junit/internal/requests ErrorReportingRequest.java, 1.1, 1.2
David Saff <[email protected]>
| Newsgroups | gmane.comp.java.junit.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/junit/junit/src/org/junit/internal/requests In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22209/src/org/junit/internal/requests Modified Files: ErrorReportingRequest.java Log Message: Removed untrue TODO Index: ErrorReportingRequest.java =================================================================== RCS file: /cvsroot/junit/junit/src/org/junit/internal/requests/ErrorReportingRequest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ErrorReportingRequest.java 21 Nov 2006 18:53:34 -0000 1.1 +++ ErrorReportingRequest.java 27 Feb 2007 16:17:07 -0000 1.2 @@ -38,7 +38,6 @@ return getCauses(cause.getCause()); if (cause instanceof InitializationError) return ((InitializationError) cause).getCauses(); - // TODO: untested return Arrays.asList(cause); } } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV