[Nice-commit] Nice/testsuite helpers.nice,1.4,1.5
Brought to you by:
bonniot
From: Artem Gr K. <ar...@us...> - 2005-08-29 12:56:52
|
Update of /cvsroot/nice/Nice/testsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21402/testsuite Modified Files: helpers.nice Log Message: Suppres compilation progress. Index: helpers.nice =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/helpers.nice,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** helpers.nice 29 Aug 2005 12:12:46 -0000 1.4 --- helpers.nice 29 Aug 2005 12:56:44 -0000 1.5 *************** *** 38,44 **** error(location, message){ println("----1--------10--------20--------30--------40--------50--------60--------70--"); ! int lnum = 0; foreach(readLines(source), (String line)=>println((++lnum>9?""lnum:"0"lnum)+"| "+line)); super; } } --- 38,46 ---- error(location, message){ println("----1--------10--------20--------30--------40--------50--------60--------70--"); ! int lnum = 0; foreach(readLines(source), ! (String line) => println((++lnum > 9 ? ""lnum : "0"lnum) + "| " + line)); super; } + progress(packageName, phase){} } |