Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Travis quirks
  • Loading branch information
elpaso committed May 3, 2019
1 parent 748a73a commit a8770b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgsjsonutils.cpp
Expand Up @@ -179,7 +179,7 @@ class TestQgsJsonUtils : public QObject
if ( w.first.startsWith( QStringLiteral( "CIRCULARSTRING" ) ) )
{
QVERIFY( g.asJson( 3 ).startsWith( w.second ) );
QCOMPARE( g.asJsonObject( 3 )["type"], "LineString" );
QCOMPARE( QString::fromStdString( g.asJsonObject( 3 )["type"].dump() ), QStringLiteral( R"("LineString")" ) );
}
else
{
Expand Down

0 comments on commit a8770b7

Please sign in to comment.