[DRE-commits] [ruby-oj] 04/06: refresh 03_find_test_helper.patch

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jun 1 22:32:25 UTC 2016


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

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

commit fea536d7bd07888b9fa6713c82de17201d01bf7c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jun 2 00:14:25 2016 +0200

    refresh 03_find_test_helper.patch
---
 debian/patches/03_find_test_helper.patch | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/patches/03_find_test_helper.patch b/debian/patches/03_find_test_helper.patch
index 6c6bf06..f5a880c 100644
--- a/debian/patches/03_find_test_helper.patch
+++ b/debian/patches/03_find_test_helper.patch
@@ -1,6 +1,6 @@
-Description: add relative path so that test/test_debian.rb can find test/helper.rb
+Description: add relative path so that some tests can finally find test/helper.rb
 Author: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2015-05-01
+Last-Update: 2016-06-01
 Forwarded: no
 
 --- a/test/test_debian.rb
@@ -13,3 +13,14 @@ Forwarded: no
  
  class DebJuice < Minitest::Test
    class Jam
+--- a/test/isolated/test_mimic_as_json.rb
++++ b/test/isolated/test_mimic_as_json.rb
+@@ -3,7 +3,7 @@
+ 
+ $: << File.dirname(__FILE__)
+ 
+-require 'helper'
++require './test/helper'
+ require 'oj'
+ 
+ class ObjectFolder < Minitest::Test

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



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