Final 0.14: --disable-embed-rasters and fix embedding raster bug caused by restructuring of command-line option parser
This commit is contained in:
parent
a4dbc37ba9
commit
8e589a80b4
4 changed files with 17 additions and 4 deletions
|
|
@ -588,5 +588,8 @@ class DoNotRemovePolgonLastPoint(unittest.TestCase):
|
|||
self.assertEquals(p.getAttribute('points'), '200,50 300,50 300,150 200,150',
|
||||
'Last point of polygon removed' )
|
||||
|
||||
# TODO; write a test for embedding rasters
|
||||
# TODO: write a test for --disable-embed-rasters
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue