[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1092732 - /subversion/trunk/subversion/tests/cmdline/commit_tests.py

From: Hyrum K Wright <hyrum_at_hyrumwright.org>
Date: Fri, 15 Apr 2011 10:06:31 -0500

Is there an open issue to track this?

On Fri, Apr 15, 2011 at 10:03 AM, <rhuijben_at_apache.org> wrote:
> Author: rhuijben
> Date: Fri Apr 15 15:03:10 2011
> New Revision: 1092732
>
> URL: http://svn.apache.org/viewvc?rev=1092732&view=rev
> Log:
> * subversion/tests/cmdline/commit_tests.py
>  (commit_multiple_nested_deletes): Add an XFail test for the commit issue
>    reported by markphip on mail.
>
> Found by: markphip
>
> Modified:
>    subversion/trunk/subversion/tests/cmdline/commit_tests.py
>
> Modified: subversion/trunk/subversion/tests/cmdline/commit_tests.py
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/commit_tests.py?rev=1092732&r1=1092731&r2=1092732&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/tests/cmdline/commit_tests.py (original)
> +++ subversion/trunk/subversion/tests/cmdline/commit_tests.py Fri Apr 15 15:03:10 2011
> @@ -2802,6 +2802,21 @@ def tree_conflicts_resolved(sbox):
>   expected_status.wc_dir = wc_dir_2
>   svntest.actions.run_and_verify_status(wc_dir_2, expected_status)
>
> +#----------------------------------------------------------------------
> +@XFail()
> +def commit_multiple_nested_deletes(sbox):
> +  "committing multiple nested deletes"
> +
> +  sbox.build()
> +  wc_dir = sbox.wc_dir
> +
> +  A = os.path.join(wc_dir, 'A')
> +  A_B = os.path.join(A, 'B')
> +
> +  sbox.simple_rm('A')
> +
> +  svntest.main.run_svn(None, 'ci', A, A_B, '-m', 'Q')
> +
>
>  ########################################################################
>  # Run the tests
> @@ -2870,6 +2885,7 @@ test_list = [ None,
>               commit_added_missing,
>               tree_conflicts_block_commit,
>               tree_conflicts_resolved,
> +              commit_multiple_nested_deletes,
>              ]
>
>  if __name__ == '__main__':
>
>
>
Received on 2011-04-15 17:07:05 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.