[DRE-commits] [SCM] ruby-cairo.git branch, master, updated. debian/1.12.1-1-5-g213924f

Cédric Boutillier cedric.boutillier at gmail.com
Mon Jun 4 13:16:56 UTC 2012


The following commit has been merged in the master branch:
commit df74e557194b4896da059d124647a0f9781a5b9e
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Jun 4 14:46:35 2012 +0200

    Add back test/test_xml_device.rb in the list of tests

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index a046626..ac6ba53 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -4,10 +4,7 @@ require 'rbconfig'
 
 Rake::TestTask.new do |t|
   t.libs = ["test"]
-  # add all tests except one because of unconsistent testing of available
-  # devices/surfaces. Will be fixed in release just before 1.12.1.
-  # See https://github.com/rcairo/rcairo/issues/11
-  t.test_files = FileList['test/test_*.rb'] - ["test/test_xml_device.rb"]
+  t.test_files = FileList['test/test_*.rb'] 
   t.ruby_opts << '-rcairo-test-utils' << '-rtest/unit'
   t.verbose = true
 end

-- 
ruby-cairo.git



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