Skip to content

Commit 75993af

Browse files
committed
Another test
1 parent 927b053 commit 75993af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/core/testqgscoordinatereferencesystem.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,8 @@ void TestQgsCoordinateReferenceSystem::mapUnits()
721721
debugPrint( myCrs );
722722
myCrs.createFromString( QStringLiteral( "EPSG:26812" ) );
723723
QCOMPARE( myCrs.mapUnits(), QgsUnitTypes::DistanceFeet );
724+
myCrs.createFromString( QStringLiteral( "EPSG:4619" ) );
725+
QCOMPARE( myCrs.mapUnits(), QgsUnitTypes::DistanceDegrees );
724726

725727
// an invalid crs should return unknown unit
726728
QCOMPARE( QgsCoordinateReferenceSystem().mapUnits(), QgsUnitTypes::DistanceUnknownUnit );

0 commit comments

Comments
 (0)