Final 0.14: --disable-embed-rasters and fix embedding raster bug caused by restructuring of command-line option parser

This commit is contained in:
JSCHILL1 2009-06-10 13:56:10 -05:00
parent a4dbc37ba9
commit 8e589a80b4
4 changed files with 17 additions and 4 deletions

View file

@ -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()