Skip to content

Commit

Permalink
Fix layout converter test
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 22, 2020
1 parent f2d5b27 commit b0003c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/core/testqgscompositionconverter.cpp
Expand Up @@ -699,6 +699,7 @@ void TestQgsCompositionConverter::importComposerAtlas()
QCOMPARE( layout->name(), QStringLiteral( "composer atlas" ) );

QVERIFY( layout->atlas()->enabled() );
QVERIFY( layout->atlas()->updateFeatures() > 0 );

checkRenderedImage( layout.get(), QTest::currentTestFunction(), 0 );

Expand Down

0 comments on commit b0003c4

Please sign in to comment.