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

Re: svn commit: r981905 - /subversion/trunk/subversion/tests/cmdline/depth_tests.py

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 3 Aug 2010 13:37:11 -0400

Why would this be true only in single-db? Shouldn't the test perform
exactly the same in both cases? I see no rationale for WHY these
should differ.

On Tue, Aug 3, 2010 at 10:56, <philip_at_apache.org> wrote:
> Author: philip
> Date: Tue Aug  3 14:56:08 2010
> New Revision: 981905
>
> URL: http://svn.apache.org/viewvc?rev=981905&view=rev
> Log:
> Make depth_tests.py 37-40 pass in single-db.
>
> * subversion/tests/cmdline/switc_tests.py
>  (make_depth_tree_conflicts): Tweak expectations for single-db.
>
> Modified:
>    subversion/trunk/subversion/tests/cmdline/depth_tests.py
>
> Modified: subversion/trunk/subversion/tests/cmdline/depth_tests.py
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/depth_tests.py?rev=981905&r1=981904&r2=981905&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/tests/cmdline/depth_tests.py (original)
> +++ subversion/trunk/subversion/tests/cmdline/depth_tests.py Tue Aug  3 14:56:08 2010
> @@ -2442,6 +2442,8 @@ def make_depth_tree_conflicts(sbox):
>   expected_disk.remove('A/mu',
>                        'A/B', 'A/B/lambda', 'A/B/E/alpha', 'A/B/E/beta',
>                        'A/D/gamma');
> +  if svntest.main.wc_is_singledb(sbox.wc_dir):
> +    expected_disk.remove('A/B/E', 'A/B/F')
>
>   # This test is set XFail because this (correct) status cannot be
>   # verified due to an "svn update" bug. The tree-conflict on A/B
>
>
>
Received on 2010-08-03 19:37:49 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.