[DRE-commits] [ruby-minitest] 04/06: refresh disable-some-tests patch

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 29 22:51:25 UTC 2014


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

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

commit bc10c8494d10c31e691d3dd33f83ad1e5640ef35
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 30 00:35:49 2014 +0200

    refresh disable-some-tests patch
---
 debian/patches/disable-some-tests | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/disable-some-tests b/debian/patches/disable-some-tests
index 47f6a80..d494206 100644
--- a/debian/patches/disable-some-tests
+++ b/debian/patches/disable-some-tests
@@ -1,6 +1,6 @@
 Description: Disable some broken tests
 Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Last-Update: 2013-06-12
+Last-Update: 2014-09-30
 ---
 --- a/test/minitest/test_minitest_unit.rb
 +++ b/test/minitest/test_minitest_unit.rb
@@ -22,7 +22,7 @@ Last-Update: 2013-06-12
      @tu =
      Class.new Minitest::Test do
        def test_something
-@@ -1181,7 +1181,7 @@
+@@ -1167,7 +1167,7 @@
      end
    end
  
@@ -31,7 +31,7 @@ Last-Update: 2013-06-12
      e = assert_raises Minitest::Assertion do
        @tc.assert_raises RuntimeError do
          raise SyntaxError, "icky"
-@@ -1203,7 +1203,7 @@
+@@ -1189,7 +1189,7 @@
      assert_equal expected, actual
    end
  
@@ -40,7 +40,7 @@ Last-Update: 2013-06-12
      e = assert_raises Minitest::Assertion do
        @tc.assert_raises RuntimeError, "XXX" do
          raise SyntaxError, "icky"
-@@ -1250,7 +1250,7 @@
+@@ -1236,7 +1236,7 @@
      assert_equal expected, e.message
    end
  
@@ -49,7 +49,7 @@ Last-Update: 2013-06-12
      e = assert_raises Minitest::Assertion do
        @tc.assert_raises StandardError do
          raise AnError
-@@ -1827,7 +1827,7 @@
+@@ -1813,7 +1813,7 @@
      end
    end
  
@@ -60,7 +60,7 @@ Last-Update: 2013-06-12
          raise AnError
 --- a/test/minitest/test_minitest_reporter.rb
 +++ b/test/minitest/test_minitest_reporter.rb
-@@ -250,7 +250,7 @@
+@@ -228,7 +228,7 @@
      assert_equal exp, normalize_output(io.string)
    end
  

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



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