[Nice-commit] Nice/src/nice/tools/unit/console main.nice,1.2,1.3
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-02-24 15:11:40
|
Update of /cvsroot/nice/Nice/src/nice/tools/unit/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14379/src/nice/tools/unit/console Modified Files: main.nice Log Message: Cleanup. Index: main.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/unit/console/main.nice,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.nice 21 Feb 2004 14:53:14 -0000 1.2 --- main.nice 24 Feb 2005 15:10:52 -0000 1.3 *************** *** 15,19 **** ?String classpath = null; ! prg.options = [ option("classpath", --- 15,19 ---- ?String classpath = null; ! prg.options = [ option("classpath", *************** *** 43,51 **** start(test) = println(test); end(test) {} ! failure(test, cause) { println("Test failed:\n " + cause); if (!(iterLocations(test, cause, (?String file, String method, int line) => ! println("Location: " + file + " method " + method + (line < 0 ? "" : " line " + line))))) cause.printStackTrace(); } --- 43,51 ---- start(test) = println(test); end(test) {} ! failure(test, cause) { println("Test failed:\n " + cause); if (!(iterLocations(test, cause, (?String file, String method, int line) => ! println("Location: "file" method "method + (line < 0 ? "" : " line "line))))) cause.printStackTrace(); } |