File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ def testLineOpacity():
93
93
94
94
def testSimpleMarkerRotation (self ):
95
95
"""
96
- Test if pointMarker property sld:Rotation value can be read if rormat is:
96
+ Test if pointMarker property sld:Rotation value can be read if format is:
97
97
<sld:Rotation>50.0</sld:Rotation>
98
98
or
99
99
<se:Rotation><ogc:Literal>50</ogc:Literal></se:Rotation>
100
100
"""
101
101
# technically it's not necessary to use a real shape, but a empty memory
102
102
# layer. In case these tests will upgrate to a rendering where to
103
- # compare also rendering no only properties
103
+ # compare also rendering not only properties
104
104
#myShpFile = os.path.join(unitTestDataPath(), 'points.shp')
105
105
#layer = QgsVectorLayer(myShpFile, 'points', 'ogr')
106
106
layer = QgsVectorLayer ("Point" , "addfeat" , "memory" )
You can’t perform that action at this time.
0 commit comments