Changes between Version 2 and Version 3 of RunningTests

Show
Ignore:
Timestamp:
08/16/08 18:01:33 (2 years ago)
Author:
fumanchu (IP: 76.233.10.129)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RunningTests

    v2 v3  
    3434{{{ 
    3535testdb=# SELECT * FROM test.run_test('test_inner_trans_set_create'); 
    36  run_test 
    37 ---------- 
    38  t 
     36                     name        |      module       | result | errcode |                             errmsg 
     37---------------------------------+-------------------+--------+---------+--------------------------------------------------------------- 
     38 test_inner_trans_set_create     | test_transactions | [OK]   |         | 
    3939(1 row) 
    4040}}} 
    4141 
    42 Using run_test, you get a T/F response instead of an exception. You also get an entry in test.results, so if you fix a single test, you can update its success without having to run a whole set of tests you didn't modify. 
     42Using run_test, you get an [OK] or [FAIL] response instead of an exception. You also get an entry in test.results, so if you fix a single test, you can update its success without having to run a whole set of tests you didn't modify. 
    4343 
    4444