Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 25, 2024
1 parent eaec3c0 commit 4a141dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/src/python/test_qgssimplelinesymbollayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ def tearDown(self):
with open(report_file_path, 'a') as report_file:
report_file.write(self.report)

@classmethod
def control_path_prefix(cls):
return "symbol_simpleline"

def testDashPatternWithDataDefinedWidth(self):
# rendering test
s = QgsLineSymbol.createSimple({'outline_color': '#ff0000', 'outline_width': '2'})
Expand Down

0 comments on commit 4a141dc

Please sign in to comment.