Skip to content

Commit

Permalink
Fix another test under proj 6
Browse files Browse the repository at this point in the history
(cherry picked from commit da92b3f)
  • Loading branch information
nyalldawson committed Dec 16, 2019
1 parent f40fd49 commit 05ed9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsrasterlayer.py
Expand Up @@ -1212,6 +1212,7 @@ def setUp(self):
super(TestQgsRasterLayerTransformContext, self).setUp()
self.ctx = QgsCoordinateTransformContext()
self.ctx.addSourceDestinationDatumTransform(QgsCoordinateReferenceSystem(4326), QgsCoordinateReferenceSystem(3857), 1234, 1235)
self.ctx.addCoordinateOperation(QgsCoordinateReferenceSystem(4326), QgsCoordinateReferenceSystem(3857), 'test')
self.rpath = os.path.join(unitTestDataPath(), 'landsat.tif')

def testTransformContextIsSetInCtor(self):
Expand Down

0 comments on commit 05ed9ab

Please sign in to comment.