r879232 | joeswatosh | 2009-09-06 22:54:29 +0000 (Sun, 06 Sep 2009)
Restore support for Svn::Core.add_windows_simple_provider. This fulfills
a promise I made to Jeremy long ago. Thanks Roman!
* subversion/bindings/swig/ruby/test/test_client.rb
(SvnClientTest): Use a better condition to decide whether or not to
define the
SvnClientTest#test_windows_simple_provider method.
* subversion/bindings/swig/ruby/svn/core.rb
(Svn::Core::Authenticatable): Provide an alternate definition of
Svn::Core::Authenticatable#add_windows_simple_provider when
Svn::Core.auth_get_platform_specific_provider is defined.
Patch by: Roman Zawada <roman.zawada@2kczech.com>
Tweaked by: me