From 166f8dbbc7e5229a8710faa37b251155e0160b59 Mon Sep 17 00:00:00 2001 From: gsherman Date: Thu, 9 Mar 2006 16:32:54 +0000 Subject: [PATCH] Minor change to the python test script git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4989 c8812cc2-4d05-0410-92ff-de0c093fc19c --- tools/mapserver_export/test_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mapserver_export/test_export.py b/tools/mapserver_export/test_export.py index d0831f67009..17c0fe40a73 100755 --- a/tools/mapserver_export/test_export.py +++ b/tools/mapserver_export/test_export.py @@ -2,7 +2,7 @@ # test script to export a sample QGIS project file to mapserver import ms_export -ex = ms_export.Qgis2Map('./lakes.qgs', './lakes.map') +ex = ms_export.Qgis2Map('./test1.qgs', './test1.map') ex.setOptions( 'Meters', 'PNG', 'TestMap', '800', '600', '','','template', 'header', 'footer') ex.writeMapFile()