[libtext-mecab-perl] 05/14: Drop patch 900_skip_failed_tests, not needed anymore.

gregor herrmann gregoa at debian.org
Fri Jan 10 21:03:16 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtext-mecab-perl.

commit 9f272cc242d1124755e420dad3152361e63d0744
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 10 21:52:57 2014 +0100

    Drop patch 900_skip_failed_tests, not needed anymore.
---
 debian/patches/900_skip_failed_tests | 23 -----------------------
 debian/patches/series                |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/900_skip_failed_tests b/debian/patches/900_skip_failed_tests
deleted file mode 100644
index f387bf1..0000000
--- a/debian/patches/900_skip_failed_tests
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/t/01-sanity.t
-+++ b/t/01-sanity.t
-@@ -7,13 +7,6 @@
-     use_ok("Text::MeCab", ':all');
- }
- 
--if (Text::MeCab::MECAB_VERSION() >= 0.90 && Text::MeCab::MECAB_VERSION() <= 0.98) {
--    ok(eval { my $v = MECAB_NOR_NODE; 1 } && !$@, "MECAB_NOR_NODE ok");
--    ok(eval { my $v = MECAB_UNK_NODE; 1 } && !$@, "MECAB_UNK_NODE ok");
--    ok(eval { my $v = MECAB_BOS_NODE; 1 } && !$@, "MECAB_BOS_NODE ok");
--    ok(eval { my $v = MECAB_EOS_NODE; 1 } && !$@, "MECAB_EOS_NODE ok");
--}
--
- diag Text::MeCab::version();
- 
- can_ok("Text::MeCab", qw(new parse));
-@@ -30,4 +23,4 @@
-     can_ok("Text::MeCab::Node::Cloned", $method);
- }
- 
--done_testing;
-\ No newline at end of file
-+done_testing;
diff --git a/debian/patches/series b/debian/patches/series
index 956b3fa..a448292 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 010_use_utf8_dictionary
 020_skip_regression_tests
-900_skip_failed_tests

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-mecab-perl.git



More information about the Pkg-perl-cvs-commits mailing list