In the future, you can include the trailing comma on the last element
in the list to avoid unnecessary diff noise in subsequent additions to
the end of the list.
On Thu, Nov 5, 2009 at 6:20 AM, Bert Huijben <rhuijben_at_sharpsvn.net> wrote:
> Author: rhuijben
> Date: Thu Nov 5 06:20:08 2009
> New Revision: 40379
>
> Log:
> * subversion/tests/cmdline/copy_tests.py
> (tests_list):
> Following up on r40338, revert removal of move_below_move from
> the test list.
>
> Found by: arfrever
>
> Modified:
> trunk/subversion/tests/cmdline/copy_tests.py
>
> Modified: trunk/subversion/tests/cmdline/copy_tests.py
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/copy_tests.py?pathrev=40379&r1=40378&r2=40379
> ==============================================================================
> --- trunk/subversion/tests/cmdline/copy_tests.py Wed Nov 4 20:00:08 2009 (r40378)
> +++ trunk/subversion/tests/cmdline/copy_tests.py Thu Nov 5 06:20:08 2009 (r40379)
> @@ -4356,7 +4356,8 @@ test_list = [ None,
> path_move_and_copy_between_wcs_2475,
> path_copy_in_repo_2475,
> XFail(commit_copy_depth_empty),
> - copy_below_copy
> + copy_below_copy,
> + XFail(move_below_move)
> ]
>
> if __name__ == '__main__':
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2414723
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2415242
Received on 2009-11-06 21:37:32 CET