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