Skip to content
Permalink
Browse files
use correct geom type for Regression test 1141
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8763 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 12, 2008
1 parent 3b86e82 commit 9be215b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -108,7 +108,7 @@ void Regression1141::diacriticalTest()
QgsVectorFileWriter myWriter( mFileName,
mEncoding,
mFields,
QGis::WKBPolygon,
QGis::WKBPoint,
&mSRS );

QgsPoint myPoint = QgsPoint( 10.0, 10.0 );

0 comments on commit 9be215b

Please sign in to comment.