Changeset 161
- Timestamp:
- 02/24/09 03:08:36 (9 months ago)
- Location:
- trunk/t
- Files:
-
- 2 modified
-
api.t (modified) (1 diff)
-
server-time.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/api.t
r138 r161 10 10 use Test::More tests => 108; 11 11 12 run_tests( 42, sub {12 run_tests(54, sub { 13 13 foreach my $pfx ("", "testprefix_") { 14 14 -
trunk/t/server-time.t
r124 r161 9 9 use Test::More tests => 4; 10 10 11 run_tests( 4, sub {11 run_tests(2, sub { 12 12 my $client = test_client(dbs => ['ts1']); 13 13
