Changes between Version 3 and Version 4 of DevWikiMain/DevForDummy


Ignore:
Timestamp:
Feb 23, 2016, 6:47:37 AM (8 years ago)
Author:
remic
Comment:

adding how to write/change test at the postgres level

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiMain/DevForDummy

    v3 v4  
    2727      * make check
    2828   * test at the postgres level (before submitting the code)
     29     -writting/changing test
     30      * go in regress folder
     31      * look for the most promising dummy.sql file
     32      * create a query with a distinct text_id as the first column
     33      * add corresponding correct answer in dummy_expected file. Warning, line order matters
     34     - testing
    2935      * make
    3036      * make check