Changeset 77


Ignore:
Timestamp:
11/30/05 10:50:10 (19 years ago)
Author:
thauvin
Message:
  • enforce test for config_mtime
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/t/O-02.t

    • Property cvs2svn:cvs-rev changed from 1.13 to 1.14
    r74 r77  
    11# $Id$ 
    22 
    3 use Test::More tests => 27; 
     3use Test::More tests => 28; 
    44use File::Temp qw(tempdir); 
    55use POSIX qw(strftime); 
     
    2020ok($o->getvalue('ohp', 'description'), "can get value"); 
    2121ok($o->config_mtime > 0, "Can get mtime of config file"); 
     22ok($o->config_mtime > 0, "Can get mtime a second time of config file"); 
    2223 
    2324ok(eq_set([ $o->list_obs ], [ 'ohp' ]), "Can list observatories"); 
Note: See TracChangeset for help on using the changeset viewer.