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

Re: Tests passing that should fail?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-06-28 02:55:16 CEST

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 <blair@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
Received on Fri Jun 28 02:55:46 2002

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.