[DRE-commits] [ruby-minitest] 02/08: refresh disable-some-tests patch

Cédric Boutillier boutil at moszumanska.debian.org
Mon Dec 9 15:25:49 UTC 2013


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

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

commit e1707fd7f450e9712bee6bb7ebc6256852de6485
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 17 18:00:36 2013 +0200

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

diff --git a/debian/patches/disable-some-tests b/debian/patches/disable-some-tests
index 8daf3b0..294879c 100644
--- a/debian/patches/disable-some-tests
+++ b/debian/patches/disable-some-tests
@@ -22,7 +22,7 @@ Last-Update: 2013-06-12
      @tu =
      Class.new Minitest::Test do
        def test_something
-@@ -1156,7 +1156,7 @@
+@@ -1172,7 +1172,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"
-@@ -1178,7 +1178,7 @@
+@@ -1194,7 +1194,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"
-@@ -1225,7 +1225,7 @@
+@@ -1241,7 +1241,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
-@@ -1803,7 +1803,7 @@
+@@ -1818,7 +1818,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
-@@ -221,7 +221,7 @@
+@@ -250,7 +250,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