r902841 | julianfoad | 2010-01-25 15:33:16 +0000 (Mon, 25 Jan 2010) New XFail test case for reverse merge move scenario. Rename fails after reverting a commit using reverse merge. This issue need to be fixed for the test case to pass. See the email thread <http://svn.haxx.se/dev/archive-2009-12/0347.shtml>. * subversion/tests/cmdline/copy_tests.py (reverse_merge_move): New function. (test_list): Added test. Found by: Alan Spencer <alan.spencer{_AT_}rockalltech.com> Suggested by: julianfoad Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
r904072 | julianfoad | 2010-01-28 13:14:32 +0000 (Thu, 28 Jan 2010) Add a regression test for a reverse merge, move and update second working copy scenario. A bug caused the second working copy to get both the move destination and the move source files added. This bug exists in 1.6.9, but on trunk the commit stage of the test fails so the test is already marked XFail. See the email thread <http://svn.haxx.se/dev/archive-2009-12/0347.shtml>. * subversion/tests/cmdline/copy_tests.py (reverse_merge_move): Also check the result of updating a second WC. Found by: Alan Spencer <alan.spencer{_AT_}rockalltech.com> Suggested by: julianfoad Patch by: Noorul Islam K M <noorul{_AT_}collab.net>