Skip to content

Commit

Permalink
GO TO HELL SPELL TEST!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Nov 8, 2022
1 parent 7d2c642 commit 5e55f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsrasterattributetable.py
Expand Up @@ -632,7 +632,7 @@ def testFloatRatNoColorTable(self):

path = os.path.join(unitTestDataPath('raster'), 'band1_float32_noct_epsg4326.tif')
shutil.copyfile(os.path.join(unitTestDataPath('raster'), 'band1_float32_noct_epsg4326.tif'), os.path.join(self.temp_path, 'band1_float32_noct_epsg4326.tif'))
# Note this wierd rename from "rat" to "aux.xml" because of an ancient git ignore.
# Note this rename from "rat" to "aux.xml" because of an ancient git ignore.
shutil.copyfile(os.path.join(unitTestDataPath('raster'), 'band1_float32_noct_epsg4326.rat.xml'), os.path.join(self.temp_path, 'band1_float32_noct_epsg4326.tif.aux.xml'))

raster = QgsRasterLayer(os.path.join(self.temp_path, 'band1_float32_noct_epsg4326.tif'))
Expand Down

0 comments on commit 5e55f07

Please sign in to comment.