Skip to content

Commit 1b6395e

Browse files
committed
Test mask updates for OSX
1 parent 473c007 commit 1b6395e

File tree

27 files changed

+1
-1
lines changed

27 files changed

+1
-1
lines changed

tests/src/core/testqgscomposerutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ void TestQgsComposerUtils::fontAscentMM()
588588
void TestQgsComposerUtils::fontDescentMM()
589589
{
590590
mTestFont.setPointSize( 12 );
591-
QCOMPARE( QgsComposerUtils::fontDescentMM( mTestFont ), 0.9 );
591+
QVERIFY( qgsDoubleNear( QgsComposerUtils::fontDescentMM( mTestFont ), 0.9, 0.05 ) );
592592
}
593593

594594
void TestQgsComposerUtils::fontHeightMM()
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)