[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.036-17-gdc3acc3

Dominique Dumont dod at debian.org
Mon May 20 14:21:16 UTC 2013


The following commit has been merged in the master branch:
commit ab4c8a7e4f1ee7511eb2a6ffeacd1eaecd33c012
Author: Dominique Dumont <dod at debian.org>
Date:   Mon May 20 16:08:41 2013 +0200

    removed grammar tests (done in their own test file)

diff --git a/t/debian-dependency-check.t b/t/debian-dependency-check.t
index b44373e..b24c311 100644
--- a/t/debian-dependency-check.t
+++ b/t/debian-dependency-check.t
@@ -233,6 +233,7 @@ is($dpkg_dep->fetch,"dpkg",'check dpkg value') ;
 is($dpkg_dep->has_fixes,1, "test presence of fixes");
 $dpkg_dep->apply_fixes;
 is($dpkg_dep->has_fixes,0, "test that fixes are gone");
+
 is($dpkg_dep->fetch,undef,'check fixed dpkg value') ;
 
 $dpkg_dep = $control->grab("binary:libdist-zilla-plugins-cjm-perl Depends:4");
@@ -243,15 +244,6 @@ $dpkg_dep->apply_fixes;
 is($dpkg_dep->has_fixes,0, "test that fixes are gone");
 is($dpkg_dep->fetch,undef,'check fixed dpkg value') ;
 
-
-
-# check parser and grammer
-my $parser = $perl_dep->dep_parser ;
-ok($parser,"parser compiled ok");
-
-my $res = $parser->dep_version("( >= 5.10.0 )") ;
-is_deeply( $res, ['>=','5.10.0'],"check dep_version rule");
-
 warning_like {
     $perl_dep->store("perl ( >= 5.6.0 )") ;
 }

-- 
Debian native package for Config::Model::Dpkg



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