[DRE-commits] [ruby-minitest] 02/03: update to exclude one more test

Cédric Boutillier boutil at moszumanska.debian.org
Sun Jun 21 05:49:06 UTC 2015


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

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

commit dd541e2935ef42249877596cdb605a8af4480ef7
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jun 21 07:45:32 2015 +0200

    update to exclude one more test
---
 debian/patches/disable-some-tests | 33 +++++++++++++++++++++------------
 1 file changed, 21 insertions(+), 12 deletions(-)

diff --git a/debian/patches/disable-some-tests b/debian/patches/disable-some-tests
index d494206..a2b56f0 100644
--- a/debian/patches/disable-some-tests
+++ b/debian/patches/disable-some-tests
@@ -1,10 +1,10 @@
 Description: Disable some broken tests
 Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Last-Update: 2014-09-30
+Last-Update: 2015-06-21
 ---
 --- a/test/minitest/test_minitest_unit.rb
 +++ b/test/minitest/test_minitest_unit.rb
-@@ -182,7 +182,7 @@
+@@ -183,7 +183,7 @@
      assert_report expected
    end
  
@@ -13,7 +13,7 @@ Last-Update: 2014-09-30
      @tu =
      Class.new Minitest::Test do
        def test_something
-@@ -210,7 +210,7 @@
+@@ -211,7 +211,7 @@
      assert_report expected
    end
  
@@ -22,7 +22,16 @@ Last-Update: 2014-09-30
      @tu =
      Class.new Minitest::Test do
        def test_something
-@@ -1167,7 +1167,7 @@
+@@ -1148,7 +1148,7 @@
+     end
+   end
+ 
+-  def test_assert_raises_default_triggered
++  def est_assert_raises_default_triggered
+     e = assert_raises Minitest::Assertion do
+       @tc.assert_raises do
+         raise SomeError, "blah"
+@@ -1196,7 +1196,7 @@
      end
    end
  
@@ -31,7 +40,7 @@ Last-Update: 2014-09-30
      e = assert_raises Minitest::Assertion do
        @tc.assert_raises RuntimeError do
          raise SyntaxError, "icky"
-@@ -1189,7 +1189,7 @@
+@@ -1218,7 +1218,7 @@
      assert_equal expected, actual
    end
  
@@ -40,16 +49,16 @@ Last-Update: 2014-09-30
      e = assert_raises Minitest::Assertion do
        @tc.assert_raises RuntimeError, "XXX" do
          raise SyntaxError, "icky"
-@@ -1236,7 +1236,7 @@
-     assert_equal expected, e.message
+@@ -1271,7 +1271,7 @@
+     end
    end
  
--  def test_assert_raises_triggered_subclass
-+  def est_assert_raises_triggered_subclass
+-  def test_assert_raises_subclass_triggered
++  def est_assert_raises_subclass_triggered
      e = assert_raises Minitest::Assertion do
-       @tc.assert_raises StandardError do
-         raise AnError
-@@ -1813,7 +1813,7 @@
+       @tc.assert_raises SomeError do
+         raise AnError, "some message"
+@@ -1848,7 +1848,7 @@
      end
    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