Skip to content

Commit

Permalink
use correct geom type for Regression test 1141
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8763 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 12, 2008
1 parent 72c5978 commit eab25fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/regression1141.cpp
Expand Up @@ -108,7 +108,7 @@ void Regression1141::diacriticalTest()
QgsVectorFileWriter myWriter( mFileName,
mEncoding,
mFields,
QGis::WKBPolygon,
QGis::WKBPoint,
&mSRS );

QgsPoint myPoint = QgsPoint( 10.0, 10.0 );
Expand Down

0 comments on commit eab25fb

Please sign in to comment.