[Nice-commit] Nice/src/nice/tools/testsuite TestNice.java,1.32,1.33
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-04-04 12:38:35
|
Update of /cvsroot/nice/Nice/src/nice/tools/testsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25542/src/nice/tools/testsuite Modified Files: TestNice.java Log Message: Don't force an exit from the VM when the test is a success. Index: TestNice.java =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/testsuite/TestNice.java,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** TestNice.java 23 Mar 2005 17:56:29 -0000 1.32 --- TestNice.java 4 Apr 2005 12:38:25 -0000 1.33 *************** *** 240,245 **** if (getTestCasesWarning() > 0) System.exit(2); - - System.exit(0); } --- 240,243 ---- |