Changeset 2168 for libswish3/trunk/bindings/perl/t/06constants.t
- Timestamp:
- 09/21/08 22:28:33 (4 months ago)
- Files:
-
- libswish3/trunk/bindings/perl/t/06constants.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/bindings/perl/t/06constants.t
r2161 r2168 3 3 use SWISH::3 qw( :constants ); 4 4 5 is( SWISH_MIME, 'MIME', SWISH_MIME );6 is( SWISH_PROP, 'PropertyNames', SWISH_PROP );7 is( scalar(SWISH_TOKEN_FIELDS), 6, 'SWISH_TOKEN_FIELDS' );5 is( SWISH_MIME, 'MIME', SWISH_MIME ); 6 is( SWISH_PROP, 'PropertyNames', SWISH_PROP ); 7 is( scalar(SWISH_TOKEN_FIELDS), 5, 'SWISH_TOKEN_FIELDS' );
