From: <jh...@us...> - 2010-03-30 23:54:41
|
Revision: 202 http://etch.svn.sourceforge.net/etch/?rev=202&view=rev Author: jheiss Date: 2010-03-30 23:54:35 +0000 (Tue, 30 Mar 2010) Log Message: ----------- Remove the comment about the server getting started for each test method since that hasn't been the case for a while. Modified Paths: -------------- trunk/test/README Modified: trunk/test/README =================================================================== --- trunk/test/README 2010-03-02 21:34:41 UTC (rev 201) +++ trunk/test/README 2010-03-30 23:54:35 UTC (rev 202) @@ -6,10 +6,9 @@ To force a particular XML library set xmllib=libxml or xmllib=rexml in your environment before running the tests. -Some of the older files here have all of their tests in one method. Over time -I'm breaking those up into multiple methods so that it is easier to run a -specific test when debugging an issue. New test cases should be placed in -their own test method. It's a bit slower because the server has to be started -up for each method, but it makes running individual tests for debugging much -more pleasant. +Some of the older files here have all of their tests in one method. Over +time I'm breaking those up into multiple methods so that it is easier to +run a specific test when debugging an issue. New test cases should be +placed in their own test method. It makes running individual tests for +debugging much more pleasant. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |