|
From: lacton <la...@us...> - 2008-11-02 16:39:31
|
Update of /cvsroot/shunit/ShUnit In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13517 Modified Files: README Log Message: Bug 2052932 fixed on trunk. Index: README =================================================================== RCS file: /cvsroot/shunit/ShUnit/README,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** README 24 Mar 2008 17:20:15 -0000 1.3 --- README 2 Nov 2008 16:39:25 -0000 1.4 *************** *** 21,27 **** ---------- ! shUnit the ShUnit core ! shUnitPlus an optional extension to the core ! shUnitTest unit test for the ShUnit core, using ShUnit itself (!) --- 21,27 ---- ---------- ! shUnit the ShUnit core ! shUnitPlus an optional extension to the core ! shUnitTestSuite all tests for the ShUnit core, using ShUnit itself (!) *************** *** 45,50 **** ----------------- ! See the shUnitTest file for a simple straightforward example of how to use the ! shUnit Unit Test Framework. What you need to do to create your own shUnit Tests: --- 45,50 ---- ----------------- ! See the shUnitAcceptanceTest file for simple straightforward examples of how to ! use the shUnit Unit Test Framework. What you need to do to create your own shUnit Tests: *************** *** 78,81 **** --- 78,84 ---- What's new in version 1.5? + * ShUnitPlus uses the $SHUNIT_HOME environment variable to locate the ShUnit + core framework, instead of trying to guess its location. + (Fixes bug 2052932) * shuStart returns an informative exit code. A value of 0 means all tests were successful. A value between 1 and 125 means there were that many failures |