You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2002/06/28 00:35:11 UTC

Tests passing that should fail?

Hello

Anyone else see this?

$ commit_tests.py 6
=============================================================
Expected D and actual D are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
 * Node name:  D
    Path:      working_copies/commit_tests-6/A/D
    Contents:   None
    Properties: {}
    Attributes: {'wc_rev': '1', 'repos_rev': '1', 'status': 'M '}
    Children:   3
=============================================================
ACTUAL NODE FOUND:
=============================================================
 * Node name:  D
    Path:      working_copies/commit_tests-6/A/D
    Contents:   None
    Properties: {}
    Attributes: {'wc_rev': '1', 'repos_rev': '1', 'status': '_M'}
    Children:   3
PASS: commit_tests.py 6: commit wc_dir -- (anchor=wc_dir, tgt={})


-- 
Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Tests passing that should fail?

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
D'oh.  Fixed, see revision 2364.

(The test framework is fixed, I mean.  The regressions revealed by the
fix are another matter, I'm working on those now.)

-K

> Philip Martin wrote:
> > Anyone else see this?
> Yeah, I get the same output, except that my attributes are
> sorted differently:
> 
> % python2 commit_tests.py 6
> =============================================================
> Expected D and actual D are different!
> =============================================================
> EXPECTED NODE TO BE:
> =============================================================
>  * Node name:  D
>     Path:      working_copies/commit_tests-6/A/D
>     Contents:   None
>     Properties: {}
>     Attributes: {'status': 'M ', 'repos_rev': '1', 'wc_rev': '1'}
>     Children:   3
> =============================================================
> ACTUAL NODE FOUND:
> =============================================================
>  * Node name:  D
>     Path:      working_copies/commit_tests-6/A/D
>     Contents:   None
>     Properties: {}
>     Attributes: {'status': '_M', 'repos_rev': '1', 'wc_rev': '1'}
>     Children:   3
> PASS: commit_tests.py 6: commit wc_dir -- (anchor=wc_dir, tgt={})

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Tests passing that should fail?

Posted by Blair Zajac <bl...@orcaware.com>.
Philip Martin wrote:
> 
> Hello
> 
> Anyone else see this?
> 
> $ commit_tests.py 6
> =============================================================
> Expected D and actual D are different!
> =============================================================
> EXPECTED NODE TO BE:
> =============================================================
>  * Node name:  D
>     Path:      working_copies/commit_tests-6/A/D
>     Contents:   None
>     Properties: {}
>     Attributes: {'wc_rev': '1', 'repos_rev': '1', 'status': 'M '}
>     Children:   3
> =============================================================
> ACTUAL NODE FOUND:
> =============================================================
>  * Node name:  D
>     Path:      working_copies/commit_tests-6/A/D
>     Contents:   None
>     Properties: {}
>     Attributes: {'wc_rev': '1', 'repos_rev': '1', 'status': '_M'}
>     Children:   3
> PASS: commit_tests.py 6: commit wc_dir -- (anchor=wc_dir, tgt={})

Yeah, I get the same output, except that my attributes are
sorted differently:

% python2 commit_tests.py 6
=============================================================
Expected D and actual D are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
 * Node name:  D
    Path:      working_copies/commit_tests-6/A/D
    Contents:   None
    Properties: {}
    Attributes: {'status': 'M ', 'repos_rev': '1', 'wc_rev': '1'}
    Children:   3
=============================================================
ACTUAL NODE FOUND:
=============================================================
 * Node name:  D
    Path:      working_copies/commit_tests-6/A/D
    Contents:   None
    Properties: {}
    Attributes: {'status': '_M', 'repos_rev': '1', 'wc_rev': '1'}
    Children:   3
PASS: commit_tests.py 6: commit wc_dir -- (anchor=wc_dir, tgt={})


Blair

-- 
Blair Zajac <bl...@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org