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

Re: svn commit: r25204 - trunk/subversion/tests/cmdline

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-05-31 13:56:24 CEST

Malcolm Rowe wrote:
> On Wed, May 30, 2007 at 08:20:23AM -0700, kameshj@tigris.org wrote:
>
>> +def copy_src_detection_bug_if_target_has_many_ancestors_in_same_commit(sbox):
>>
>
> The 80-column line length limit is a limit, not a target :-)
>

Sorry will work on a short function name in the future.

>
>> + "incorrect copy source detection"
>> +
>> + # Incorrect copy source detection if many ancestor of target exists
>> + # in the same commit as that of copy.
>>
>
> This should be a complete sentence. I assume it should say something
> like "This tests that copy source detection is correct in the case where
> many ancestors of a target exist in the same commit as a copy.", but
> that's just a guess (and it's still unclear: a copy of what?).
>
>
Fixed in r25228.

>> + svntest.actions.run_and_verify_commit(wc_dir, expected_output,
>> + expected_status, None,
>> + None, None, None, None, wc_dir)
>> + saved_cwd = os.getcwd()
>> + os.chdir(A_copy_of_B_C_path)
>>
>
> chdir() calls should be inside a try/finally block so that an exception
> inside won't break the rest of the tests (due to failure to reset the
> cwd).
>
>
Not aware of this, Paul has taken care of it already. Will be careful
about it in the future.
>> + svntest.actions.run_and_verify_svn(None, [], [], 'merge', '-g')
>> + os.chdir(saved_cwd)
>>
>
> You don't actually appear to be testing that the merge is actually doing
> anything? The comments above implied that the merge would fail to
> detect the right copy source - can you check that?
>
>
Fixed in r25228.
>> @@ -6206,6 +6253,7 @@
>> XFail(merge_to_path_with_switched_children),
>> merge_with_implicit_target_file,
>> XFail(empty_rev_range_mergeinfo),
>> + XFail(copy_src_detection_bug_if_target_has_many_ancestors_in_same_commit),
>>
>
> Please reduce the function name length so that this fits on one line.
>
> Regards,
> Malcolm
>
Fixed in r25228.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 31 13:56:17 2007

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.