Author: danielsh Date: Fri Mar 2 10:11:17 2012 New Revision: 1296109 URL: http://svn.apache.org/viewvc?rev=1296109&view=rev Log: * subversion/tests/cmdline/README Mention that new python tests should be added to the end of the list.
Patch by: Markus Schaber <[email protected]> Modified: subversion/trunk/subversion/tests/cmdline/README Modified: subversion/trunk/subversion/tests/cmdline/README URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/README?rev=1296109&r1=1296108&r2=1296109&view=diff ============================================================================== --- subversion/trunk/subversion/tests/cmdline/README (original) +++ subversion/trunk/subversion/tests/cmdline/README Fri Mar 2 10:11:17 2012 @@ -333,7 +333,8 @@ svntest/tree.py. It will explain the ge Finally, try copying-and-pasting a simple test and then edit from there. Don't forget to add your test to the 'test_list' variable at -the bottom of the file. +the bottom of the file. To avoid renumbering of existing tests, you +should add new tests to the end of the list. Testing Compatability With Previous Release
