mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Update testqgsogrutils.cpp
This commit is contained in:
parent
ebc23263ba
commit
6dc910c1e7
@ -1104,7 +1104,7 @@ void TestQgsOgrUtils::testOgrUtilsStoredStyle()
|
||||
QCOMPARE( ids.size(), 3 );
|
||||
QCOMPARE( names.size(), 3 );
|
||||
QCOMPARE( descriptions.size(), 3 );
|
||||
QCOMPARE( names.toSet(), QSet<QString>() << QStringLiteral( "style1" ) << QStringLiteral( "style2" ) << QStringLiteral( "style3" ) );
|
||||
QCOMPARE( QSet<QString>( names.constBegin(), names.constEnd() ), QSet<QString>() << QStringLiteral( "style1" ) << QStringLiteral( "style2" ) << QStringLiteral( "style3" ) );
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user