Changes between Version 36 and Version 37 of Event/2013/GSoC/TextSearch


Ignore:
Timestamp:
07/31/13 11:27:35 (12 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2013/GSoC/TextSearch

    v36 v37  
    218218* Unit Tests are important part of any code function to check ifs its working according to our expectation.
    219219* For Full Text Search also, I have implemented it in ''modules/unit_tests/s3/s3resource.py'' - Class DocumentFullTextSearchTests
     220* To run the unit test, type in your web2py folder:
     221{{{python web2py.py -S eden -M -R applications/eden/modules/unit_tests/s3/s3resource.py}}}
    220222* For checking the code in different situations, so all errors are removed, there are different tests implemented for it. The cases are:
    221223 * When Solr is available (Solr server is running normally)