Skip to content

Commit

Permalink
[Tests] Read SLD TextSymbolizer: venderOptions to get advanced settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Jan 16, 2020
1 parent c4ca671 commit c43e1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgssymbollayer_readsld.py
Expand Up @@ -443,7 +443,7 @@ def testLineOpacity():

self.assertEqual(format.size(), 18)

self.assertEqual(settings.placement, QgsPalLayerSettings.OverPoint)
self.assertEqual(settings.placement, QgsPalLayerSettings.AroundPoint)
self.assertEqual(settings.xOffset, 1)
self.assertEqual(settings.yOffset, 0)

Expand Down

0 comments on commit c43e1d7

Please sign in to comment.