Skip to content

Commit

Permalink
fix build (followup e82015b)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 5, 2021
1 parent f3e88c3 commit 6b4d797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/app/testqgsattributetable.cpp
Expand Up @@ -570,7 +570,7 @@ void TestQgsAttributeTable::testCopySelectedRows()
QCOMPARE( features.at( 1 ).attribute( "col1" ), QVariant( 4 ) );
QCOMPARE( features.at( 1 ).attribute( 2 ), QVariant() );

QCOMPARE( clipboard->crs().authid(), "EPSG:3111" );
QCOMPARE( clipboard->crs().authid(), QStringLiteral( "EPSG:3111" ) );
}

QGSTEST_MAIN( TestQgsAttributeTable )
Expand Down

0 comments on commit 6b4d797

Please sign in to comment.