Show
Ignore:
Timestamp:
09/21/08 22:28:33 (4 months ago)
Author:
karpet
Message:

get all tests passing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/bindings/perl/t/06constants.t

    r2161 r2168  
    33use SWISH::3 qw( :constants ); 
    44 
    5 is( SWISH_MIME,                'MIME',          SWISH_MIME ); 
    6 is( SWISH_PROP,                'PropertyNames', SWISH_PROP ); 
    7 is( scalar(SWISH_TOKEN_FIELDS), 6,               'SWISH_TOKEN_FIELDS' ); 
     5is( SWISH_MIME,                'MIME',          SWISH_MIME ); 
     6is( SWISH_PROP,                'PropertyNames', SWISH_PROP ); 
     7is( scalar(SWISH_TOKEN_FIELDS), 5,               'SWISH_TOKEN_FIELDS' );