14 lines
513 B
Ruby
14 lines
513 B
Ruby
|
Index: subversion/bindings/swig/ruby/test/test_repos.rb
|
||
|
===================================================================
|
||
|
--- subversion/bindings/swig/ruby/test/test_repos.rb (revision 1671099)
|
||
|
+++ subversion/bindings/swig/ruby/test/test_repos.rb (working copy)
|
||
|
@@ -679,7 +679,7 @@
|
||
|
dest_path = File.join(@tmp_path, "dest")
|
||
|
Svn::Repos.create(dest_path) do |repos|
|
||
|
assert_raises(NoMethodError) do
|
||
|
- repos.load_fs(nil)
|
||
|
+ repos.load_fs(Object.new)
|
||
|
end
|
||
|
end
|
||
|
|