[libtheschwartz-perl] 11/43: do it properly

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 4475bf0d2221cb3403e878322c758f1e4ef189d8
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sun Mar 2 22:31:19 2008 +0000

    do it properly
---
 t/pod-coverage.t | 5 +----
 t/unique.t       | 6 ++----
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/t/pod-coverage.t b/t/pod-coverage.t
index 3067e4c..44151c5 100644
--- a/t/pod-coverage.t
+++ b/t/pod-coverage.t
@@ -1,8 +1,5 @@
 use strict;
-use Test::More;
-
-# XXX dom disable while we try out newer trunk/
-exit;
+use Test::More skip_all => 'whilst testing bits from svn';
 
 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 2cd19b2..6ff4593 100644
--- a/t/unique.t
+++ b/t/unique.t
@@ -4,13 +4,11 @@
 use strict;
 use warnings;
 
-# XXX dom disable while we try out newer trunk/
-exit;
-
 require 't/lib/db-common.pl';
 
 use TheSchwartz;
-use Test::More tests => 12;
+#use Test::More tests => 12;
+use Test::More skip_all => 'whilst testing bits from svn';
 
 #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