Changeset 2112 for libswish3/trunk/src/xapian/test.pl
- Timestamp:
- 04/07/08 21:48:43 (8 months ago)
- Files:
-
- libswish3/trunk/src/xapian/test.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/src/xapian/test.pl
r2111 r2112 11 11 12 12 # searching 13 ok( ( grep {m/2 totalmatches/} run(' --query swishtitle:foobar') ),13 ok( ( grep {m/2 estimated matches/} run(' --query swishtitle:foobar') ), 14 14 'search swishtitle:foobar' ); 15 15
