1
Fix two ruby tests, from upstream trunk r38886. Will be in 1.6.6 and 1.7.
3
--- a/subversion/bindings/swig/ruby/test/test_client.rb
4
+++ b/subversion/bindings/swig/ruby/test/test_client.rb
6
yield(ctx, branch, rev3, rev4, trunk)
7
ctx.revert(trunk, false)
8
ctx.resolve(:path=>trunk_path,
9
- :conflict_choice=>Svn::Wc::CONFLICT_CHOOSE_MINE_FULL)
10
+ :conflict_choice=>Svn::Wc::CONFLICT_CHOOSE_MERGED)
11
rev5 = ctx.commit(@wc_path).revision
12
assert(File.exist?(trunk_path))