IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2005, 6:02:12 PM (22 years ago)
Author:
jhoblitt
Message:

update database scheme for mysql 4.1 syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/23_client_stat.t

    r2893 r3016  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 23_client_stat.t,v 1.1 2005-01-04 22:02:43 jhoblitt Exp $
     5# $Id: 23_client_stat.t,v 1.2 2005-01-15 04:02:12 jhoblitt Exp $
    66
    77use strict;
     
    1010use Apache::Test qw( -withtestmore );
    1111
    12 plan tests => 12;
     12plan tests => 13;
    1313
    1414use lib qw( ./t ./lib );
     
    3030    my $info = $idata->stat( "foo" );
    3131
    32     is( scalar @$info, 7, "number of columns" );
     32    is( scalar @$info, 8, "number of columns" );
    3333}
    3434
     
    4343    my $info = $idata->stat( "foo" );
    4444
    45     is( scalar @$info, 7,                       "number of columns" );
     45    is( scalar @$info, 8,                       "number of columns" );
    4646    is( @$info[0], 1,                           "so_id" );
    4747    is( @$info[1], "foo",                       "ext_id" );
     
    5151    is( @$info[5], undef,                       "write lock" );
    5252    like( @$info[6], qr/....-..-.. ..:..:../,   "epoch" );
     53    like( @$info[6], qr/....-..-.. ..:..:../,   "mtime" );
    5354}
    5455
Note: See TracChangeset for help on using the changeset viewer.