Changeset 9218 for trunk/Padre


Ignore:
Timestamp:
11/14/09 13:27:23 (2 years ago)
Author:
Sewi
Message:

Some test script cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/t/94-padre-file-remote.t

    r9217 r9218  
    33use strict; 
    44use warnings; 
    5 use Test::More;# tests => 47; 
     5use Test::More; 
    66 
    77use Padre::File; 
     
    5454$file = Padre::File->new('ftp://ftp.cpan.org/pub/CPAN/README'); 
    5555ok( defined($file), 'FTP: Create Padre::File object' ); 
    56 ok( ref($file) eq 'Padre::File::FTP', 'HTTP: Check module' ); 
     56ok( ref($file) eq 'Padre::File::FTP', 'FTP: Check module' ); 
    5757ok( $file->{protocol} eq 'ftp', 'FTP: Check protocol' ); 
    5858ok( $file->size > 0,            'FTP: file size' ); 
Note: See TracChangeset for help on using the changeset viewer.