Changeset 28 for trunk


Ignore:
Timestamp:
11/05/05 17:16:07 (19 years ago)
Author:
thauvin
Message:
  • add test for ObsData::Repository
Location:
trunk/soft/ObsData/t
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/t/OR-01.t

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r27 r28  
    11# $Id$ 
    22 
    3 use Test::More tests => 5; 
     3use Test::More tests => 4; 
    44 
    55use_ok('ObsData::Repository'); 
     
    88can_ok('ObsData::Repository', qw(init_repository)); 
    99 
    10 ok(ObsData::Repository->new(configfile => 'testdata/obsdata-conftest'), "Can create object"); 
    1110ok(!ObsData::Repository->new(), "Return an error on bad file"); 
Note: See TracChangeset for help on using the changeset viewer.