Skip to content

Commit b0d6045

Browse files
committed
match test and method name
1 parent f78eb65 commit b0d6045

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/test/testutilsfunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ void TestUtilsFunctions::testFormatAreaInProjectUnit()
947947
QVERIFY( area2str == "1.7 ac" );
948948
}
949949

950-
void TestUtilsFunctions::testOnScreenGeometryCenterToScreenCoordinates()
950+
void TestUtilsFunctions::testRelevantGeometryCenterToScreenCoordinates()
951951
{
952952
InputMapSettings ms;
953953
ms.setDestinationCrs( QgsCoordinateReferenceSystem::fromEpsgId( 3857 ) );

app/test/testutilsfunctions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class TestUtilsFunctions: public QObject
5050
void testParsePositionUpdates();
5151
void testFormatDistanceInProjectUnit();
5252
void testFormatAreaInProjectUnit();
53-
void testOnScreenGeometryCenterToScreenCoordinates();
53+
void testRelevantGeometryCenterToScreenCoordinates();
5454

5555
private:
5656
void testFormatDuration( const QDateTime &t0, qint64 diffSecs, const QString &expectedResult );

0 commit comments

Comments
 (0)