mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Fix test
This commit is contained in:
parent
f128fa4443
commit
a6a32bd1fd
@ -3411,7 +3411,7 @@ class PyQgsTextRenderer(QgisTestCase):
|
||||
format.setTabStopDistanceUnit(Qgis.RenderUnit.Percentage)
|
||||
self.assertTrue(self.checkRender(format,
|
||||
'text_tab_percentage',
|
||||
text=['with\ttabs', ' a\tb']))
|
||||
text=['with\ttabs', 'a\tb']))
|
||||
|
||||
def testDrawTabFixedSize(self):
|
||||
format = QgsTextFormat()
|
||||
@ -3422,7 +3422,7 @@ class PyQgsTextRenderer(QgisTestCase):
|
||||
format.setTabStopDistanceUnit(Qgis.RenderUnit.Millimeters)
|
||||
self.assertTrue(self.checkRender(format,
|
||||
'text_tab_fixed_size',
|
||||
text=['with\ttabs', ' a\tb']))
|
||||
text=['with\ttabs', 'a\tb']))
|
||||
|
||||
def testHtmlFormatting(self):
|
||||
format = QgsTextFormat()
|
||||
|
Loading…
x
Reference in New Issue
Block a user