Changeset 161

Show
Ignore:
Timestamp:
02/24/09 03:08:36 (9 months ago)
Author:
swistow
Message:

Fix test numbers as per

http://rt.cpan.org/Public/Bug/Display.html?id=38570

Location:
trunk/t
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/t/api.t

    r138 r161  
    1010use Test::More tests => 108; 
    1111 
    12 run_tests(42, sub { 
     12run_tests(54, sub { 
    1313    foreach my $pfx ("", "testprefix_") { 
    1414 
  • trunk/t/server-time.t

    r124 r161  
    99use Test::More tests => 4; 
    1010 
    11 run_tests(4, sub { 
     11run_tests(2, sub { 
    1212    my $client = test_client(dbs => ['ts1']); 
    1313