Re: [PATCH] Fix python wc testcase failure
From: Роман Донченко <DXDragon_at_yandex.ru>
Date: Sun, 12 Jul 2009 02:42:14 +0400
Jens Peters <jpeters7677_at_gmx.de> писал в своём письме Sun, 05 Jul 2009
> Any thoughts?
I analyzed this and I agree with you.
It all really boils down to the following line in the function close_edit
const char *full_path = svn_path_join(eb->anchor, eb->target, pool);
The way the test creates the status editor, both anchor and target are
On Unix-likes, it's something like '/tmp/abcd123'; due to the way
Short version: it has nothing to do with backwards compatibility, +1 on
Interestingly enough, on trunk the test succeeds; it happens because on
Roman.
------------------------------------------------------
|
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.