File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ void TestQgisAppClipboard::pasteWkt()
296
296
QCOMPARE ( features.at ( 1 ).attributes ().at ( 0 ).toString (), QString ( " 3" ) );
297
297
QCOMPARE ( features.at ( 1 ).attributes ().at ( 1 ).toString (), QString ( " c3" ) );
298
298
QCOMPARE ( features.at ( 1 ).attributes ().at ( 2 ).toString (), QString ( " 4" ) );
299
- QCOMPARE ( features.at ( 2 ).constGeometry ()->exportToWkt (), QStringLiteral ( " Point (5 4)" ) );
299
+ QCOMPARE ( features.at ( 2 ).constGeometry ()->exportToWkt (), QString ( " Point (5 4)" ) );
300
300
QCOMPARE ( features.at ( 2 ).attributes ().count (), 3 );
301
301
QCOMPARE ( features.at ( 2 ).attributes ().at ( 0 ).toString (), QString ( " 2" ) );
302
302
QCOMPARE ( features.at ( 2 ).attributes ().at ( 1 ).toString (), QString ( " b2" ) );
You can’t perform that action at this time.
0 commit comments