Changeset 94


Ignore:
Timestamp:
12/02/05 14:32:35 (19 years ago)
Author:
thauvin
Message:
  • remove test of obsolete functions
File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r92 r94  
    11# $Id$ 
    22 
    3 use Test::More tests => 11; 
     3use Test::More tests => 10; 
    44use File::Temp qw(tempdir); 
    55 
     
    3737} 
    3838 
    39 { 
    40     my $or = ObsData::Repository::dir::archive::data->new( 
    41         { 
    42             obsdata => $o, 
    43             dir => 'testdata/ohp', 
    44             archivefile => 'ozone34.gz', 
    45             datafile => 'ozone34', 
    46         } 
    47     ); 
    48     isa_ok($or, "ObsData::Repository::dir::archive::data"); 
    49 } 
Note: See TracChangeset for help on using the changeset viewer.