Follow up 7af7b88c99

This commit is contained in:
Nyall Dawson 2014-06-19 07:18:38 +10:00
parent d06a1fe373
commit 6d6eede498

View File

@ -155,6 +155,7 @@ void TestQgsComposerMap::crossGrid()
QgsCompositionChecker checker( "composermap_crossgrid", mComposition );
bool testResult = checker.testComposition( mReport, 0, 100 );
mComposerMap->setGridStyle( QgsComposerMap::Solid );
mComposerMap->setGridEnabled( false );
mComposerMap->setShowGridAnnotation( false );
QVERIFY( testResult );