Skip to content

Commit

Permalink
Fix composer scalebar test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Oct 6, 2012
1 parent 8391b95 commit 0d4b6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/core/testqgscomposerscalebar.cpp
Expand Up @@ -134,8 +134,8 @@ void TestQgsComposerScaleBar::numeric()
void TestQgsComposerScaleBar::tick()
{
mComposerScaleBar->setStyle( "Line Ticks Up" );
QgsCompositionChecker checker( "Composer scalebar numeric", mComposition, QString( QString( TEST_DATA_DIR ) + QDir::separator() +
"control_images" + QDir::separator() + "expected_composerscalebar" + QDir::separator() + "composerscalebar_numeric.png" ) );
QgsCompositionChecker checker( "Composer scalebar tick", mComposition, QString( QString( TEST_DATA_DIR ) + QDir::separator() +
"control_images" + QDir::separator() + "expected_composerscalebar" + QDir::separator() + "composerscalebar_tick.png" ) );
QVERIFY( checker.testComposition() );
};

Expand Down

0 comments on commit 0d4b6f6

Please sign in to comment.