Re: svn commit: r1424469 - in /subversion/trunk/subversion: libsvn_client/repos_diff.c tests/cmdline/merge_reintegrate_tests.py tests/cmdline/merge_tests.py tests/cmdline/merge_tree_conflict_tests.py
From: Paul Burba <ptburba_at_gmail.com>
Date: Fri, 4 Jan 2013 12:44:21 -0500
On Wed, Jan 2, 2013 at 5:44 PM, Paul Burba <ptburba_at_gmail.com> wrote:
Taught the test suite to correctly detect nested skip notifications in r1428996.
--
Paul T. Burba
CollabNet, Inc. -- www.collab.net -- Enterprise Cloud Development
Skype: ptburba
> [[[
> Index: subversion/tests/cmdline/merge_tests.py
> ===================================================================
> --- subversion/tests/cmdline/merge_tests.py (revision 1427984)
> +++ subversion/tests/cmdline/merge_tests.py (working copy)
> @@ -7875,6 +7875,23 @@
> 'mu' : Item("New content",
> props={SVN_PROP_MERGEINFO : '/A/mu:5-9'}),
> })
> + # Why isn't 'D' in the expected skip output? And more importantly,
> + # why doesn't this test fail without it?
> + #
> + # >svn merge ^^/A -r4:9 .
> + # Skipped 'B\E\beta'
> + # --- Merging r5 through r9 into 'mu':
> + # U mu
> + # Skipped 'D\H\omega'
> + # Skipped 'D'
> + # --- Merging r5 through r9 into '.':
> + # U .
> + # --- Recording mergeinfo for merge of r5 through r9 into '.':
> + # U .
> + # --- Recording mergeinfo for merge of r5 through r9 into 'mu':
> + # U mu
> + # Summary of conflicts:
> + # Skipped paths: 3
> expected_skip = svntest.wc.State(files_dir, {
> 'D/H/omega' : Item(),
> 'B/E/beta' : Item(),
> @@ -7923,6 +7940,7 @@
> 'D/H/omega' : Item(),
> 'B/E/beta' : Item(),
> })
> + raise svntest.Failure("PTB")
> svntest.actions.run_and_verify_merge(empty_dir, '4', '9',
> sbox.repo_url + '/A', None,
> expected_output,
> ]]]
>
>
>
>
>> Thanks,
>>
>> --
>> Paul T. Burba
>> CollabNet, Inc. -- www.collab.net -- Enterprise Cloud Development
>> Skype: ptburba
Received on 2013-01-04 18:44:54 CET
|
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.