Skip to content

Commit

Permalink
Update testqgsrelationreferencewidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 2, 2021
1 parent 92d5639 commit 37f5a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/gui/testqgsrelationreferencewidget.cpp
Expand Up @@ -571,7 +571,7 @@ void TestQgsRelationReferenceWidget::testIdentifyOnMap()
QCOMPARE( feature.attribute( QStringLiteral( "pk" ) ).toInt(), 10 );
w.featureIdentified( feature );
QCOMPARE( w.mComboBox->currentData( Qt::DisplayRole ).toInt(), 10 );

w.setReadOnlySelector( true );
QVERIFY( !w.mComboBox->enabled() );

Expand Down

0 comments on commit 37f5a26

Please sign in to comment.