Changeset 13433

Show
Ignore:
Timestamp:
12/21/07 13:13:51 (5 months ago)
Author:
mloskot
Message:

aaigrid.py: updated test of #2107 fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/autotest/gdrivers/aaigrid.py

    r13404 r13433  
    140140 
    141141    b = ds.GetRasterBand(1) 
    142     if b.GetNoDataValue() != -99999.123
     142    if b.GetNoDataValue() != -99999
    143143        gdaltest.post_reason( 'Grid NODATA value wrong or missing.' ) 
    144144        return 'fail' 
  • trunk/autotest/gdrivers/data/nodata_float.asc

    r13404 r13433  
    44yllcorner    3750120.000000000000 
    55cellsize     60.000000000000 
    6 nodata_value -99999.123 
     6nodata_value -99999 
    77    107    123    132    115    132 
    88    115    132    107    123    148