Changes between Version 7 and Version 8 of AutotestStatus


Ignore:
Timestamp:
Apr 26, 2007, 7:57:54 PM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Cleaning the test

Legend:

Unmodified
Added
Removed
Modified
  • AutotestStatus

    v7 v8  
    124124Many of the read-only distribute data formats will be hard to prepare autotests for since it is hard to get small test datasets. At some point we need to add an extended test suite that operates against the bigger datasets kept at http://download.osgeo.org/gdal/data.
    125125
    126 
    127 
    128 {{{
    129 #!rst
    130 FooBar Header
    131 =============
    132 reStructuredText is **nice**. It has its own webpage_.
    133 
    134 A table:
    135 
    136 =====  =====  ======
    137    Inputs     Output
    138 ------------  ------
    139   A      B    A or B
    140 =====  =====  ======
    141 False  False  False
    142 True   False  True
    143 False  True   True
    144 True   True   True
    145 =====  =====  ======
    146 
    147 RST TracLinks
    148 -------------
    149 
    150 See also ticket `#42`:trac:.
    151 
    152 .. _webpage: http://docutils.sourceforge.net/rst.html
    153 }}}