[DRE-commits] [ruby-pkg-config] 07/11: revert 6d16d2fa7adad6d51d84f52377df29b9c51ae657

Daisuke Higuchi dai at moszumanska.debian.org
Thu Mar 13 13:52:30 UTC 2014


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

dai pushed a commit to branch master
in repository ruby-pkg-config.

commit a6f8517df51e882104948f999581eb34bccc04a1
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Thu Mar 13 22:25:32 2014 +0900

    revert 6d16d2fa7adad6d51d84f52377df29b9c51ae657
---
 test/test_pkg_config.rb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/test_pkg_config.rb b/test/test_pkg_config.rb
index cdde992..61903eb 100644
--- a/test/test_pkg_config.rb
+++ b/test/test_pkg_config.rb
@@ -107,10 +107,9 @@ class PkgConfigTest < Test::Unit::TestCase
   end
 
   def assert_pkg_config(package, pkg_config_args, actual)
-    result = pkg_config(package, *pkg_config_args).split.sort
-    sorted_actual = actual.split.sort
+    result = pkg_config(package, *pkg_config_args)
     result = nil if result.empty?
-    assert_equal(result, sorted_actual)
+    assert_equal(result, actual)
   end
 
   def assert_override_variables(expected, override_variables)

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



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