[libtheschwartz-perl] 19/43: * Includes patch from https://rt.cpan.org/Ticket/Display.html?id=38570 to fix test failure.

dom at earth.li dom at earth.li
Mon May 9 20:11:01 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 6fd5b6af253e1fdb004346f62c1adf626d6ad296
Author: Dominic Hargreaves <dom at earth.li>
Date:   Wed Mar 4 19:01:39 2009 +0000

      * Includes patch from https://rt.cpan.org/Ticket/Display.html?id=38570
        to fix test failure.
---
 debian/changelog | 6 ++++--
 t/api.t          | 2 +-
 t/server-time.t  | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a1d61d..fd58090 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-libtheschwartz-perl (1.07-1~test.1) experimental; urgency=low
+libtheschwartz-perl (1.07-1~test.1) unstable; urgency=low
 
   * New upstream release
   * Update Standards-Version (no changes)
+  * Includes patch from https://rt.cpan.org/Ticket/Display.html?id=38570
+    to fix test failure.
 
- -- Dominic Hargreaves <dom at earth.li>  Tue, 19 Aug 2008 01:13:44 +0100
+ -- Dominic Hargreaves <dom at earth.li>  Wed, 04 Mar 2009 19:00:48 +0000
 
 libtheschwartz-perl (1.04-1) unstable; urgency=low
 
diff --git a/t/api.t b/t/api.t
index f3a77b6..2032588 100644
--- a/t/api.t
+++ b/t/api.t
@@ -9,7 +9,7 @@ require 't/lib/db-common.pl';
 use TheSchwartz;
 use Test::More tests => 108;
 
-run_tests(42, sub {
+run_tests(54, sub {
     foreach my $pfx ("", "testprefix_") {
 
         my $client = test_client(dbs      => ['ts1'],
diff --git a/t/server-time.t b/t/server-time.t
index f619bf3..6853444 100644
--- a/t/server-time.t
+++ b/t/server-time.t
@@ -8,7 +8,7 @@ require 't/lib/db-common.pl';
 use TheSchwartz;
 use Test::More tests => 4;
 
-run_tests(4, sub {
+run_tests(2, sub {
     my $client = test_client(dbs => ['ts1']);
 
     my $driver = $client->driver_for( ($client->shuffled_databases)[0] );

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