Changes between Initial Version and Version 1 of Ticket #435

Show
Ignore:
Timestamp:
03/11/09 12:34:30 (13 years ago)
Author:
coke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #435 – description

    initial v1  
    1 The tests for 'examples/languages' should now: 
     1The tests for {{{examples/languages}}} should: 
    22 
    3 1) be run as part of "make examples_tests" 
    4 2) Once covered, they should be skipped from t/examples/catchall.t (see line 34 of this file for another skip) 
     3  1.  be run as part of {{{make examples_tests}}} 
     4  1. Once covered, they should be skipped from {{{t/examples/catchall.t}}} (see line 34 of this file for another skip) 
    55 
    6 As it stands, the files in that directory are generating even more failures in examples_tests. (because they aren't meant to be run from the top level directory, and .includes are failing.) 
     6As it stands, the files in that directory are generating even more failures in examples_tests, because they aren't meant to be run from the top level directory, and {{{.include}}}s are failing.