Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed Jan 24, 2017
1 parent 941d5f7 commit 64d1848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgssymbollayer_readsld.py
Expand Up @@ -89,14 +89,14 @@ def testLineOpacity():

def testSimpleMarkerRotation(self):
"""
Test if pointMarker property sld:Rotation value can be read if rormat is:
Test if pointMarker property sld:Rotation value can be read if format is:
<sld:Rotation>50.0</sld:Rotation>
or
<se:Rotation><ogc:Literal>50</ogc:Literal></se:Rotation>
"""
# technically it's not necessary to use a real shape, but a empty memory
# layer. In case these tests will upgrate to a rendering where to
# compare also rendering no only properties
# compare also rendering not only properties
#myShpFile = os.path.join(unitTestDataPath(), 'points.shp')
#layer = QgsVectorLayer(myShpFile, 'points', 'ogr')
layer = QgsVectorLayer("Point", "addfeat", "memory")
Expand Down

0 comments on commit 64d1848

Please sign in to comment.