Changeset 2188 for libswish3/trunk/src/t/001-wordcount.t
- Timestamp:
- 11/03/08 21:44:48 (2 months ago)
- Files:
-
- libswish3/trunk/src/t/001-wordcount.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/t/001-wordcount.t
r2158 r2188 3 3 use strict; 4 4 use warnings; 5 use Test::More tests => 2 5;5 use Test::More tests => 26; 6 6 use SwishTestUtils; 7 7 … … 30 30 'inline.xml' => 12, 31 31 'inline.html' => 9, 32 'dom.xml' => 3, 32 33 33 34 );
