Show
Ignore:
Timestamp:
06/12/08 05:12:23 (18 months ago)
Author:
bchoate
Message:

Test suite cleanup. Use MT::Test to force t/ based configuration file for all tests. Fixed several tests that had incorrect expected values.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/t/09-image.t

    r1927 r2562  
    88use lib 'extlib'; 
    99 
     10use MT::Test; 
    1011use Test::More; 
    1112use File::Spec; 
     
    4849        my $img = MT::Image->new( Filename => $img_file ); 
    4950SKIP : { 
    50         skip("no $driver image", 17) unless $img; 
     51        skip("no $driver image", 18) unless $img; 
    5152        isa_ok($img, 'MT::Image::' . $driver, "driver $driver with image $img_file is an MT::Image::$driver"); 
    5253#        diag( MT::Image->errstr ) if MT::Image->errstr;