source: trunk/soft/ObsData/t/OD-01.t @ 169

Last change on this file since 169 was 169, checked in by thauvin, 18 years ago
  • enforce test with use strict, warnings
  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:keywords set to Author Date Id Revision
  • Property svn:mime-type set to text/x-troff
File size: 131 bytes
Line 
1# $Id$
2
3use strict;
4use warnings;
5
6use Test::More tests => 2;
7
8use_ok('ObsData::Data');
9
10can_ok('ObsData::Data', qw(am_I_valid));
11
Note: See TracBrowser for help on using the repository browser.