[DRE-commits] [ruby-github-markup] 02/02: Drop 0003-disable-failing-test.patch since the test is now passing (Closes: #799885)

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jun 8 09:31:45 UTC 2016


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

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

commit b2e45bee753ce91faf5bc304846808219410641a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jun 8 11:22:51 2016 +0200

    Drop 0003-disable-failing-test.patch since the test is now passing (Closes: #799885)
---
 debian/patches/0003-disable-failing-test.patch | 21 ---------------------
 debian/patches/series                          |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/0003-disable-failing-test.patch b/debian/patches/0003-disable-failing-test.patch
deleted file mode 100644
index 6747714..0000000
--- a/debian/patches/0003-disable-failing-test.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-TODO: see if the test can be fixed
-
---- a/test/markup_test.rb
-+++ b/test/markup_test.rb
-@@ -47,7 +47,7 @@
-     HTML::Pipeline::SanitizationFilter
-   ]
- 
--  Dir['test/markups/README.*'].each do |readme|
-+  (Dir['test/markups/README.*'] - Dir['test/markups/README.litcoffee*']).each do |readme|
-     next if readme =~ /html$/
-     markup = readme.split('/').last.gsub(/^README\./, '')
- 
-@@ -82,7 +82,6 @@
-     assert_equal true, GitHub::Markup.can_render?('README.rmd')
-     assert_equal true, GitHub::Markup.can_render?('README.Rmd')
-     assert_equal false, GitHub::Markup.can_render?('README.cmd')
--    assert_equal true, GitHub::Markup.can_render?('README.litcoffee')
-   end
- 
-   def test_each_render_has_a_name
diff --git a/debian/patches/series b/debian/patches/series
index fe805b4..5e511cc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0002-Update-pod-markup-test-output.patch
-0003-disable-failing-test.patch

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



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