[libconfig-model-dpkg-perl] 10/12: test: use new push syntax

dod at debian.org dod at debian.org
Wed Mar 26 20:07:56 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 d3b5e0a801500ac8608f71829ef246a957996c38
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Mar 26 19:32:48 2014 +0100

    test: use new push syntax
---
 t/dependency-check.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/dependency-check.t b/t/dependency-check.t
index df1c309..991aad5 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -299,7 +299,7 @@ is($perl_dep->has_warning,0,"check that warnings are gone");
 is($inst->c_count, 2,"check that fixes are tracked with notify changes") ;
 print scalar $inst->list_changes,"\n" if $trace ;
 
-$control->load(q{binary:libdist-zilla-plugins-cjm-perl Depends:8=mailx Depends:9=foobar});
+$control->load(q{binary:libdist-zilla-plugins-cjm-perl Depends:.push(mailx,foobar)});
 is($control->grab('binary:libdist-zilla-plugins-cjm-perl Depends:8')->has_warning,
     0, "check that _known_ virtual package don't trigger a warning");
 is($control->grab('binary:libdist-zilla-plugins-cjm-perl Depends:9')->has_warning,

-- 
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