[DRE-commits] [ruby-haml-magic-translations] 01/02: Add patch to fix some test errors

David Suárez deiv-guest at alioth.debian.org
Fri Nov 8 19:58:34 UTC 2013


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

deiv-guest pushed a commit to branch master
in repository ruby-haml-magic-translations.

commit 5494b13d8ecbaf697b6df81cc81c62ed3d4de56d
Author: David Suárez <david.sephirot at gmail.com>
Date:   Fri Nov 8 20:56:50 2013 +0100

    Add patch to fix some test errors
---
 debian/patches/fix-tests |   18 ++++++++++++++++++
 debian/patches/series    |    1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix-tests b/debian/patches/fix-tests
new file mode 100644
index 0000000..abf19bb
--- /dev/null
+++ b/debian/patches/fix-tests
@@ -0,0 +1,18 @@
+Description: Fix tests
+Fix some tests failing due to some literal string errors
+
+Author: David Suárez <david.sephirot at gmail.com>
+Last-Update: 2013-11-08
+
+--- ruby-haml-magic-translations-4.0.1.orig/spec/haml/magic_translations_spec.rb
++++ ruby-haml-magic-translations-4.0.1/spec/haml/magic_translations_spec.rb
+@@ -190,7 +190,8 @@ module Haml
+               Now we will check multiline strings,
+               which should be also translated.
+           HAML
+-            <p>Kolejny wieloliniowy tekst, który powinien zostać przetłumaczony.</p>
++<p>Kolejny wieloliniowy tekst,
++który powinien zostać przetłumaczony.</p>
+           HTML
+         end
+       end
diff --git a/debian/patches/series b/debian/patches/series
index acdb880..a663bb2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Switch-specs-to-use-the-generic-markdown-filter-inst.patch
+fix-tests

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



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