Changes between Version 17 and Version 18 of LCS_specification


Ignore:
Timestamp:
04/15/2020 09:38:37 AM (6 years ago)
Author:
ally
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LCS_specification

    v17 v18  
    138138''' Test Setup ''' 
    139139* From the {{{ database }}} folder of the LCSv1 web2py application directory. Run the following command to start sqlite3 command line.  
    140 {{{ sqlite3 storage.sqlite }}}  
     140{{{  
     141sqlite3 storage.sqlite  
     142}}}  
    141143* Clear the data in {{{ closures }}} table in sqlite3 using the command  
    142 {{{ delete from closures; }}} 
     144{{{  
     145delete from closures;  
     146}} 
    143147* Download the attached file {{{ search_test_data.csv }}} and place it under the {{{ database }}} folder in LCSv1 web2py application directory.  
    144148* From the {{{ database }}} folder, run the following command to import the testing data.  
     
    148152}}} 
    149153* Run the following command to confirm the data is imported correctly.  
    150 {{{ select * from closures;  
     154{{{ 
     155select * from closures;  
    151156}}} 
    152157It should have all the entries from id 63 to 71 ( 9 entries total)