Skip to content

Commit

Permalink
Fix another test under proj 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 13, 2019
1 parent 526963e commit da92b3f
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 da92b3f

Please sign in to comment.