File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525import osgeo .gdal
2626
2727# Strip path and content length because path may vary
28- RE_STRIP_PATH = r'MAP=[^&]+|Content-Length: \d+'
28+ RE_STRIP_PATH = r'MAP=[^&]+|Content-Length: \d+|<Attribute typeName="[^>]+ '
2929
3030
3131class TestQgsServer (unittest .TestCase ):
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ Content-Type: text/xml; charset=utf-8
153153 </Style>
154154 <TreeName>testlayer èé</TreeName>
155155 <Attributes>
156- <Attribute typeName="Integer " precision="0" length="10" editType="TextEdit" type="int " comment="" name="id"/>
156+ <Attribute typeName="Integer64 " precision="0" length="10" editType="TextEdit" type="qlonglong " comment="" name="id"/>
157157 <Attribute typeName="String" precision="0" length="10" editType="TextEdit" type="QString" comment="" name="name"/>
158158 <Attribute typeName="String" precision="0" length="13" editType="TextEdit" type="QString" comment="" name="utf8nameè"/>
159159 </Attributes>
You can’t perform that action at this time.
0 commit comments