Skip to content

Commit

Permalink
Fix another test under proj6
Browse files Browse the repository at this point in the history
(cherry picked from commit cf95f14)
  • Loading branch information
nyalldawson committed Dec 16, 2019
1 parent 05ed9ab commit b203e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsvectorlayer.py
Expand Up @@ -3354,6 +3354,8 @@ def setUp(self):
super(TestQgsVectorLayerTransformContext, self).setUp()
self.ctx = QgsCoordinateTransformContext()
self.ctx.addSourceDestinationDatumTransform(QgsCoordinateReferenceSystem(4326), QgsCoordinateReferenceSystem(3857), 1234, 1235)
self.ctx.addCoordinateOperation(QgsCoordinateReferenceSystem(4326),
QgsCoordinateReferenceSystem(3857), 'test')

def testTransformContextIsSetInCtor(self):
"""Test transform context can be set from ctor"""
Expand Down

0 comments on commit b203e6e

Please sign in to comment.