Skip to content

Commit eab25fb

Browse files
author
timlinux
committedJul 12, 2008
use correct geom type for Regression test 1141
git-svn-id: http://svn.osgeo.org/qgis/trunk@8763 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 72c5978 commit eab25fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/core/regression1141.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ void Regression1141::diacriticalTest()
108108
QgsVectorFileWriter myWriter( mFileName,
109109
mEncoding,
110110
mFields,
111-
QGis::WKBPolygon,
111+
QGis::WKBPoint,
112112
&mSRS );
113113

114114
QgsPoint myPoint = QgsPoint( 10.0, 10.0 );

0 commit comments

Comments
 (0)
Please sign in to comment.