Changeset 24616 for trunk/console/t/01_load.t
- Timestamp:
- Jun 26, 2009, 4:26:43 PM (17 years ago)
- File:
-
- 1 moved
-
trunk/console/t/01_load.t (moved) (moved from trunk/console/t/001_load.t ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/t/01_load.t
r24614 r24616 1 # -*- perl -*-1 #!/usr/bin/perl 2 2 3 # t/001_load.t - check module loading and create testing directory3 # Copryight (C) 2009 Joshua Hoblitt 4 4 5 use Test::More tests => 2; 5 use strict; 6 use warnings FATAL => qw( all ); 6 7 7 BEGIN { use_ok( 'console' ); } 8 use lib qw( ./t ./lib ); 8 9 9 my $object = console->new (); 10 isa_ok ($object, 'console'); 10 use Test::More tests => 1; 11 11 12 12 BEGIN { use_ok( 'Console' ); }
Note:
See TracChangeset
for help on using the changeset viewer.
