[DRE-commits] [SCM] ruby-minitest.git branch, master, updated. debian/3.1.0-2-11-gfaa0ceb

Cédric Boutillier boutil at debian.org
Sat Apr 6 12:50:18 UTC 2013


The following commit has been merged in the master branch:
commit 6c2ca9afe3f2f69d1eb6c4dd4976a34ca159aa17
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Apr 5 12:59:40 2013 +0200

    Refresh debian/patches/disable-some-tests

diff --git a/debian/patches/disable-some-tests b/debian/patches/disable-some-tests
index ab5825a..867071d 100644
--- a/debian/patches/disable-some-tests
+++ b/debian/patches/disable-some-tests
@@ -1,28 +1,28 @@
 Description: Disable some broken tests
 Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Last-Update: 2012-05-10
+Last-Update: 2013-04-05
 ---
 --- a/test/minitest/test_minitest_unit.rb
 +++ b/test/minitest/test_minitest_unit.rb
-@@ -181,7 +181,7 @@
+@@ -270,7 +270,7 @@
      assert_report expected
    end
  
 -  def test_run_error
 +  def est_run_error
-     tc = Class.new(MiniTest::Unit::TestCase) do
+     Class.new MiniTest::Unit::TestCase do
        def test_something
          assert true
-@@ -216,7 +216,7 @@
+@@ -297,7 +297,7 @@
      assert_report expected
    end
  
 -  def test_run_error_teardown
 +  def est_run_error_teardown
-     tc = Class.new(MiniTest::Unit::TestCase) do
+     Class.new MiniTest::Unit::TestCase do
        def test_something
          assert true
-@@ -1090,7 +1090,7 @@
+@@ -1170,7 +1170,7 @@
      end
    end
  
@@ -31,7 +31,7 @@ Last-Update: 2012-05-10
      e = assert_raises MiniTest::Assertion do
        @tc.assert_raises RuntimeError do
          raise SyntaxError, "icky"
-@@ -1110,7 +1110,7 @@
+@@ -1192,7 +1192,7 @@
      assert_equal expected, actual
    end
  
@@ -40,7 +40,7 @@ Last-Update: 2012-05-10
      e = assert_raises MiniTest::Assertion do
        @tc.assert_raises RuntimeError, "XXX" do
          raise SyntaxError, "icky"
-@@ -1157,7 +1157,7 @@
+@@ -1239,7 +1239,7 @@
      assert_equal expected, e.message
    end
  

-- 
ruby-minitest.git



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