[DRE-commits] [ruby-nokogiri] 01/03: do not exclude test/xml/test_xinclude.rb anymore

Cédric Boutillier boutil at alioth.debian.org
Fri Aug 16 22:20:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-nokogiri.

commit 15852d77e0d149c7bba9aadc9ecc11364a291472
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Aug 16 23:11:44 2013 +0200

    do not exclude test/xml/test_xinclude.rb anymore
---
 debian/ruby-tests.rb |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-nokogiri.git



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