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

Re: svn commit: r37160 - trunk/subversion/svn

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Sat, 11 Apr 2009 16:37:46 +0200

On 04/11/2009 02:59 PM, Stefan Sperling wrote:
> On Sat, Apr 11, 2009 at 02:04:42PM +0200, Lieven Govaerts wrote:
>> Stefan,
>>
>> looks like this commit breaks merge_authz test 1 over http (see the mac
>> buildbot). The solution seems simple, your patch changed the output of
>> 'svn status', attached patch will update the expected status output in
>> the test.
>>
>> Is this correct?
>
> Yes. This is just like the other tests that needed fixing.
> The bug could have been caught much earlier if we had realised
> that the test expects a tree conflict to be raised, but does not
> expect it in status output!!! We should have asked ourselves if this
> made any sense at all but didn't :(
>
> expected_output = wc.State(A_COPY_2_path, {
> 'D/G' : Item(status=' ', treeconflict='C'),<-- tree conflict
> 'D/H/omega' : Item(status='U '),
> })
> expected_status = wc.State(A_COPY_2_path, {<-- no mention of D/G in here
> '' : Item(status=' M', wc_rev=8),
> 'D/H/chi' : Item(status=' M', wc_rev=8),
>
> Please commit and nominate for backport to 1.6.x.
>

r37175

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1650127
Received on 2009-04-11 16:38:07 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.