[libtheschwartz-perl] 14/43: revert left-over testing changes

dom at earth.li dom at earth.li
Mon May 9 20:11:00 UTC 2016


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

dom pushed a commit to branch master
in repository libtheschwartz-perl.

commit a3c2f9c4d0af45c269875305cd64113463be1655
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Aug 19 00:06:10 2008 +0000

    revert left-over testing changes
---
 t/pod-coverage.t | 2 +-
 t/unique.t       | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/t/pod-coverage.t b/t/pod-coverage.t
index 44151c5..3e8c91c 100644
--- a/t/pod-coverage.t
+++ b/t/pod-coverage.t
@@ -1,5 +1,5 @@
 use strict;
-use Test::More skip_all => 'whilst testing bits from svn';
+use Test::More;
 
 eval "use Test::Pod::Coverage 1.08";
 plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@;
diff --git a/t/unique.t b/t/unique.t
index 6ff4593..b605d38 100644
--- a/t/unique.t
+++ b/t/unique.t
@@ -7,8 +7,7 @@ use warnings;
 require 't/lib/db-common.pl';
 
 use TheSchwartz;
-#use Test::More tests => 12;
-use Test::More skip_all => 'whilst testing bits from svn';
+use Test::More tests => 12;
 
 #use Data::ObjectDriver;
 #$Data::ObjectDriver::DEBUG = 1;

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



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