You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/08/03 17:48:41 UTC

Re: svn commit: r981839 - in /subversion/trunk/subversion/tests/cmdline: stat_tests.py svntest/wc.py

On Tue, Aug 3, 2010 at 08:18,  <ph...@apache.org> wrote:
> Author: philip
> Date: Tue Aug  3 12:18:56 2010
> New Revision: 981839
>
> URL: http://svn.apache.org/viewvc?rev=981839&view=rev
> Log:
> In single-db the added/normal state of the node is available for missing
> directories, while in per-directory it is simply missing.
>
> * subversion/tests/cmdline/svntest/wc.py
>  (missing_dir_in_anchor): Adjust expected status in single-db.
>
> * subversion/tests/cmdline/stat_tests.py
>  (tweak_for_entries_compare): Use entry_status.
>  (StateItem): Add .entry_status.

This kind of change is better. We can demonstrate precisely where our
new code varies from the old code, and produces a different output.

Cheers,
-g