Changes between Version 17 and Version 18 of LCS_specification
- Timestamp:
- 04/15/2020 09:38:37 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LCS_specification
v17 v18 138 138 ''' Test Setup ''' 139 139 * From the {{{ database }}} folder of the LCSv1 web2py application directory. Run the following command to start sqlite3 command line. 140 {{{ sqlite3 storage.sqlite }}} 140 {{{ 141 sqlite3 storage.sqlite 142 }}} 141 143 * Clear the data in {{{ closures }}} table in sqlite3 using the command 142 {{{ delete from closures; }}} 144 {{{ 145 delete from closures; 146 }} 143 147 * Download the attached file {{{ search_test_data.csv }}} and place it under the {{{ database }}} folder in LCSv1 web2py application directory. 144 148 * From the {{{ database }}} folder, run the following command to import the testing data. … … 148 152 }}} 149 153 * Run the following command to confirm the data is imported correctly. 150 {{{ select * from closures; 154 {{{ 155 select * from closures; 151 156 }}} 152 157 It should have all the entries from id 63 to 71 ( 9 entries total)
