[DRE-commits] [ruby-ref] 02/02: adding patch to remove test_basic_object_does_not_throw_exception

Markus Tornow nadir-guest at alioth.debian.org
Thu Oct 31 06:32:19 UTC 2013


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

nadir-guest pushed a commit to branch master
in repository ruby-ref.

commit b1399989e10aacfab88e003a713547587cf28fd3
Author: molloy <tornow at riseup.net>
Date:   Wed Oct 30 13:45:50 2013 +0100

    adding patch to remove test_basic_object_does_not_throw_exception
---
 debian/patches/series                              |    1 +
 .../test_basic_object_does_not_throw_exception     |   22 ++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..43c9155
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+test_basic_object_does_not_throw_exception
diff --git a/debian/patches/test_basic_object_does_not_throw_exception b/debian/patches/test_basic_object_does_not_throw_exception
new file mode 100644
index 0000000..05d3cb5
--- /dev/null
+++ b/debian/patches/test_basic_object_does_not_throw_exception
@@ -0,0 +1,22 @@
+Description: removing failing test 
+ Removing test_basic_object_does_not_throw_exception as it fails
+ and is superfluous
+Author: Markus Tornow <tornow at riseup.net> 
+Forwarded: no
+Last-Update: 2013-10-30 
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/test/weak_reference_test.rb
++++ b/test/weak_reference_test.rb
+@@ -44,11 +44,4 @@
+     assert ref.inspect
+   end
+   
+-  if defined?(BasicObject)
+-    def test_basic_object_does_not_throw_exception
+-      obj = BasicObject.new
+-      ref = Ref::WeakReference.new(obj)
+-      assert_equal obj, ref.object
+-    end
+-  end
+ end

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



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