Skip to content

Commit

Permalink
Explain test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 26, 2019
1 parent 00f8ee6 commit 63b5d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsdatumtransforms.py
Expand Up @@ -105,7 +105,7 @@ def testOperations(self):
self.assertEqual(ops[4].grids[0].shortName, 'GDA94_GDA2020_conformal_christmas_island.gsb')
self.assertEqual(ops[4].grids[0].fullName, '')

# uses a pivot datum
# uses a pivot datum (technically a proj test, but this will help me sleep at night ;)
ops = QgsDatumTransform.operations(QgsCoordinateReferenceSystem('EPSG:3111'),
QgsCoordinateReferenceSystem('EPSG:7899'))
self.assertEqual(len(ops), 3)
Expand Down

0 comments on commit 63b5d58

Please sign in to comment.