Skip to content

Commit

Permalink
Update testqgsogrutils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed May 1, 2024
1 parent 500a2d1 commit 66ceac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsogrutils.cpp
Expand Up @@ -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" ) );

}

Expand Down

0 comments on commit 66ceac7

Please sign in to comment.