Changeset 15070
- Timestamp:
- 07/29/08 11:22:30 (4 months ago)
- Files:
-
- trunk/autotest/gcore/data/f2r23.aux (added)
- trunk/autotest/gcore/data/f2r23.tif (added)
- trunk/autotest/gcore/pam.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/autotest/gcore/pam.py
r14904 r15070 183 183 184 184 ############################################################################### 185 # Verify we can read nodata values from .aux files (#2505) 186 # 187 def pam_6(): 188 189 ds = gdal.Open( 'data/f2r23.tif' ) 190 if ds.GetRasterBand(1).GetNoDataValue() != 0: 191 gdaltest.post_reason( 'did not get expect .aux sourced nodata.' ) 192 return 'fail' 193 ds = None 194 195 return 'success' 196 197 ############################################################################### 185 198 # Cleanup. 186 199 … … 199 212 pam_4, 200 213 pam_5, 214 pam_6, 201 215 pam_cleanup ] 202 216
