[libconfig-model-dpkg-perl] 07/11: fix test (removed calls to removed functions)

dod at debian.org dod at debian.org
Mon May 5 19:27:36 UTC 2014


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 6a6f214466218559a3f87997d7f19282ec3c400e
Author: Dominique Dumont <dod at debian.org>
Date:   Mon May 5 19:23:36 2014 +0200

    fix test (removed calls to removed functions)
---
 t/dependency-check.t | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/t/dependency-check.t b/t/dependency-check.t
index d7bffc3..841ed94 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -162,7 +162,6 @@ warning_like {
 }
  [ qr/better written/ ] ,
   "test warn on perl dep";
-is($dep_value->_pending_store, 0,"check that no pending store is left") ;
 
 is($dep_value->fetch, 'perl', "check stored dependency value") ;
 
@@ -172,8 +171,6 @@ warning_like {
  [ qr/unnecessary/ ] ,
   "test warn on perl dep with old version";
 
-is($dep_value->_pending_store, 0,"check that no pending store is left") ;
-
 my $res = $dep_value->check_versioned_dep(  ['perl','>=','5.6.0'] );
 is( $res, 0,"check perl (>= 5.6.0) dependency: no older version");
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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