[DRE-commits] [SCM] ruby-pkg-config.git branch, master, updated. debian/1.1.2_git20110615-2-9-g9b20ef5

Antonio Terceiro terceiro at softwarelivre.org
Thu Aug 11 18:09:13 UTC 2011


The following commit has been merged in the master branch:
commit 19ee115fa53fa47bad71ae85f2f9bc7f5c547e3b
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Aug 11 10:32:14 2011 -0700

    For now using a locally-fixed test

diff --git a/test/test_pkg_config.rb b/test/test_pkg_config.rb
index 2268dcd..60ac4f8 100644
--- a/test/test_pkg_config.rb
+++ b/test/test_pkg_config.rb
@@ -17,13 +17,11 @@ class PkgConfigTest < Test::Unit::TestCase
   end
 
   def test_cflags
-    omit("this is known bug in 1.1.2") if PKGConfig::VERSION == "1.1.2"
     assert_pkg_config("cairo", ["--cflags"], @cairo.cflags)
     assert_pkg_config("cairo-png", ["--cflags"], @cairo_png.cflags)
   end
 
   def test_cflags_only_I
-    omit("this is known bug in 1.1.2") if PKGConfig::VERSION == "1.1.2"
     assert_pkg_config("cairo", ["--cflags-only-I"], @cairo.cflags_only_I)
     assert_pkg_config("cairo-png", ["--cflags-only-I"], @cairo_png.cflags_only_I)
   end

-- 
ruby-pkg-config.git



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