Changeset 49

Show
Ignore:
Timestamp:
01/11/01 13:04:31 (8 years ago)
Author:
jmruiz
Message:

Fixes the test 5 in make test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish-e/src/Makefile.in

    r39 r49  
    101101         
    102102        @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]') 
    104104 
    105105        @echo -e "\n ** All tests completed! **\n" 
  • trunk/swish-e/tests/test_phrase.html

    r2 r49  
    33</HEAD> 
    44<BODY> 
    5 <meta3> 
    65Once upon time there was three little pigs and the wolf 
    7 </meta3> 
    86</BODY>