[DRE-commits] [SCM] ruby-nokogiri.git branch, master, updated. upstream/1.5.0-13-g009b732

Cédric Boutillier cedric.boutillier at gmail.com
Sat May 12 22:20:42 UTC 2012


The following commit has been merged in the master branch:
commit ca2ab6e1ff735bfe3b18f27f5448c8ed05075945
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat May 12 22:26:58 2012 +0200

    exclude test_xinclude.rb from tests, as xinclude.xml missing in this version

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 8b7e3ab..dbacfda 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,5 @@
-$: << 'lib' << 'test' << '.'
+$: << 'test'
 Encoding.default_external = "UTF-8" if RUBY_VERSION >= '1.9.1'
-Dir['test/**/test_*.rb'].each { |f| require f }
+#test/file/xinclude.xml not included in gem 1.5.2
+(Dir['test/**/test_*.rb']-["test/xml/test_xinclude.rb"]).each { |f| require f }
 

-- 
ruby-nokogiri.git



More information about the Pkg-ruby-extras-commits mailing list