Re: Recent binding test failures
From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2006-02-08 16:34:58 CET
Hi Peter,
In <Pine.LNX.4.55.0602070923570.1900@localhost.localdomain>
> failure reports for all bindings tests on trunk from Jani. The Ruby tests
The revision is r18320, isn't it?
I don't know the problem, but I can explain what the test
path1 = "sample1.txt";
ctx = svn_client_create_context();
file1 = open(path1);
assert(svn_client_move(ctx, path1, path2) == SVN_ERR_CLIENT_MODIFIED);
assert(svn_client_move_force(ctx, path1, path2) == 0);
assert(collected_notify_paths == [path1, path2]);
Is this helps you?
Thanks,
-- kou --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Feb 8 16:37:29 2006 |
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.