mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
Bring back commented out lines in the test
This commit is contained in:
parent
2dc3930385
commit
2589750595
@ -696,13 +696,12 @@ void TestQgsMapToolIdentifyAction::identifyVectorTile()
|
||||
QList<QgsMapToolIdentify::IdentifyResult> results;
|
||||
results = testIdentifyVectorTile( tempLayer, 15186127, -2974969 );
|
||||
QCOMPARE( results.size(), 1 );
|
||||
#if 0
|
||||
QCOMPARE( results[0].mLayer, tempLayer );
|
||||
QCOMPARE( results[0].mLabel, QStringLiteral( "place" ) );
|
||||
QCOMPARE( results[0].mFeature.geometry().wkbType(), QgsWkbTypes::Point );
|
||||
QCOMPARE( results[0].mFeature.attribute( QStringLiteral( "class" ) ).toString(), QStringLiteral( "country" ) );
|
||||
QCOMPARE( results[0].mFeature.attribute( QStringLiteral( "name" ) ).toString(), QStringLiteral( "Australia" ) );
|
||||
#endif
|
||||
|
||||
delete tempLayer;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user