Changeset 13423

Show
Ignore:
Timestamp:
12/21/07 07:57:37 (5 months ago)
Author:
rouault
Message:

Test reading of just written blocks for ADRG driver

Files:

Legend:

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

    r13419 r13423  
    5555    dstds = drv.CreateCopy( 'tmp/ABCDEF01.GEN', srcds ) 
    5656     
     57    chksum = dstds.GetRasterBand(1).Checksum() 
     58 
     59    if chksum != 62833: 
     60        gdaltest.post_reason('Wrong checksum') 
     61        return 'fail' 
     62 
    5763    dstds = None 
    5864