Skip to content

Commit 09437bb

Browse files
committed
Improve test
1 parent 4fc5759 commit 09437bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/testqgscoordinatereferencesystem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ void TestQgsCoordinateReferenceSystem::projectEPSG25833()
894894
QSignalSpy spyCrsChanged( &p, &QgsProject::crsChanged );
895895
QVERIFY( p.read( TEST_DATA_DIR + QStringLiteral( "/projects/epsg25833.qgs" ) ) );
896896
QVERIFY( p.crs().isValid() );
897-
QVERIFY( p.crs().authid() == QStringLiteral( "EPSG:25833" ) );
897+
QCOMPARE( p.crs().authid(), QStringLiteral( "EPSG:25833" ) );
898898
QCOMPARE( spyCrsChanged.count(), 1 );
899899
}
900900

0 commit comments

Comments
 (0)