[DRE-commits] [ruby-msgpack] 03/08: Testing framework changed, remove patch 10_fix_test_path.

Taku YASUI tach at debian.org
Fri Aug 16 10:26:59 UTC 2013


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

tach pushed a commit to branch master
in repository ruby-msgpack.

commit 4164c0e42c8bdf6bdf492a28719095fb60ef2401
Author: Taku YASUI <tach at debian.org>
Date:   Fri Aug 16 18:56:32 2013 +0900

    Testing framework changed, remove patch 10_fix_test_path.
---
 debian/changelog                |    1 +
 debian/patches/10_fix_test_path |   10 ----------
 debian/patches/series           |    1 -
 debian/ruby-test-files.yaml     |   12 ++++++++----
 4 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abc4b17..3f754b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-msgpack (0.5.5-1) unstable; urgency=low
 
   * New upstream release.
+    - Testing framework changed, remove patch 10_fix_test_path.
 
  -- Taku YASUI <tach at debian.org>  Fri, 16 Aug 2013 18:46:15 +0900
 
diff --git a/debian/patches/10_fix_test_path b/debian/patches/10_fix_test_path
deleted file mode 100644
index c24af04..0000000
--- a/debian/patches/10_fix_test_path
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/test/test_helper.rb
-+++ b/test/test_helper.rb
-@@ -1,6 +1,6 @@
- require 'test/unit'
- begin
--require File.dirname(__FILE__) + '/../msgpack'
-+require 'msgpack'
- rescue LoadError
- require File.dirname(__FILE__) + '/../lib/msgpack'
- end
diff --git a/debian/patches/series b/debian/patches/series
index d6851e1..07b8818 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-10_fix_test_path
 20_fix_bigendian
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index 4a7f8f9..bff8552 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,5 +1,9 @@
 --- 
-- test/test_cases.rb
-- test/test_encoding.rb
-- test/test_helper.rb
-- test/test_pack_unpack.rb
+- spec/buffer_io_spec.rb
+- spec/unpacker_spec.rb
+- spec/packer_spec.rb
+- spec/format_spec.rb
+- spec/spec_helper.rb
+- spec/buffer_spec.rb
+- spec/cases_spec.rb
+- spec/random_compat.rb

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



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