Changeset 2001
- Timestamp:
- 12/18/07 00:14:32 (5 months ago)
- Files:
-
- Swishetest/trunk/t/030-C030-medsm-xml.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Swishetest/trunk/t/030-C030-medsm-xml.t
r2000 r2001 49 49 50 50 # first three tests: did the indexing seem to work? 51 cmp_ok( scalar( %out), '>',0, "Indexing output" );51 cmp_ok( scalar(keys(%out)), '>', 0, "Indexing output" ); 52 52 cmp_ok( $out{files}, '==', scalar(@$words), 'files indexed' ); 53 53 cmp_ok( $out{properties}, '==', 5, 'num properties' );
