Changeset 2150 for libswish3/trunk/src/t
- Timestamp:
- 07/29/08 21:35:42 (5 months ago)
- Files:
-
- libswish3/trunk/src/t/001-wordcount.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/t/001-wordcount.t
r2148 r2150 3 3 use strict; 4 4 use warnings; 5 use Test::More tests => 2 3;5 use Test::More tests => 25; 6 6 use SwishTestUtils; 7 7 … … 17 17 'nested_meta.xml' => '18', 18 18 't.html' => '6', 19 'testutf.xml' => '87 46', #'8685',19 'testutf.xml' => '8754', 20 20 'utf.xml' => '30', 21 21 'words.txt' => '55', … … 28 28 'html_broken.html' => '2', 29 29 'properties.html' => 19, 30 'inline.xml' => 12, 31 'inline.html' => 9, 30 32 31 33 ); 32 34 33 35 my %stdindocs = ( 34 'doc.xml' => '8407',35 'test.txt' => 1,36 'doc.xml' => '8407', 37 'test.txt' => 1, 36 38 37 39 );
