Changeset 49
- Timestamp:
- 01/11/01 13:04:31 (8 years ago)
- Files:
-
- trunk/swish-e/src/Makefile.in (modified) (1 diff)
- trunk/swish-e/tests/test_phrase.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish-e/src/Makefile.in
r39 r49 101 101 102 102 @echo -e "\ntest 5 (Phrase search) ..." 103 @(cd ../tests; ../src/swish-e -f ./test.index -w ' meta3="three little pigs"' | egrep '^[0-9]')103 @(cd ../tests; ../src/swish-e -f ./test.index -w '"three little pigs"' | egrep '^[0-9]') 104 104 105 105 @echo -e "\n ** All tests completed! **\n" trunk/swish-e/tests/test_phrase.html
r2 r49 3 3 </HEAD> 4 4 <BODY> 5 <meta3>6 5 Once upon time there was three little pigs and the wolf 7 </meta3>8 6 </BODY>
