[DRE-commits] [ruby-premailer] 01/01: Alter patch to correct the failing test

Balasankar C balasankarc-guest at moszumanska.debian.org
Sat Oct 28 16:53:14 UTC 2017


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

balasankarc-guest pushed a commit to branch master
in repository ruby-premailer.

commit ac36954c4858d543917cd2f404234059c0045364
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Oct 28 22:20:53 2017 +0530

    Alter patch to correct the failing test
---
 debian/patches/disable-failing-test.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/disable-failing-test.patch b/debian/patches/disable-failing-test.patch
index b8046fe..b51363a 100644
--- a/debian/patches/disable-failing-test.patch
+++ b/debian/patches/disable-failing-test.patch
@@ -8,7 +8,7 @@ Bug: https://github.com/premailer/premailer/issues/352
      premailer.to_inline_css
      assert_match /font-size: xx-large/, premailer.processed_doc.search('.style3').first.attributes['style'].to_s
 -    assert_match /background: #000080/, premailer.processed_doc.search('.style5').first.attributes['style'].to_s
-+    #assert_match /background: #000080/, premailer.processed_doc.search('.style5').first.attributes['style'].to_s
++    assert_match /background-color: #000080/, premailer.processed_doc.search('.style5').first.attributes['style'].to_s
    end
  
    # in response to https://github.com/alexdunae/premailer/issues/56

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



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