[libconfig-model-dpkg-perl] 02/07: remove old comments in tests...

dod at debian.org dod at debian.org
Tue Sep 13 08:52:40 UTC 2016


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 bcb84aa8e14773d101015348c9b5d36224db10b0
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Sep 12 13:53:28 2016 +0200

    remove old comments in tests...
    
    actually commented out dead code for obsolete parameter
---
 t/copyright-update.t | 1 -
 t/dependency-check.t | 2 --
 2 files changed, 3 deletions(-)

diff --git a/t/copyright-update.t b/t/copyright-update.t
index b72a0bb..151b42c 100644
--- a/t/copyright-update.t
+++ b/t/copyright-update.t
@@ -52,7 +52,6 @@ $wr_dir->child("debian")->mkpath( { mode => 0755 }) ;
 my $unit = $model->instance (
     root_class_name => 'Dpkg::Copyright',
     root_dir        => $wr_dir->stringify,
-    # skip_read       => 1,
     instance_name   => "unittest",
 )->config_root;
 
diff --git a/t/dependency-check.t b/t/dependency-check.t
index 92605da..9e7ffbc 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -126,7 +126,6 @@ close $control_h ;
 my $unit = $model->instance (
     root_class_name => 'Dpkg::Control',
     root_dir        => $wr_dir,
-    # skip_read       => 1,
     instance_name   => "unittest",
 );
 
@@ -419,7 +418,6 @@ foreach my $vt (@vcs_tests) {
     my $unit = $model->instance (
         root_class_name => 'Dpkg',
         root_dir        => $wr_dir,
-        # skip_read       => 1,
         instance_name   => "compat-test",
     );
 

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