Skip to content

Commit

Permalink
Correctly remove duplicated check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Feb 19, 2015
1 parent c00a8b3 commit f5315fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrenderchecker.cpp
Expand Up @@ -260,7 +260,7 @@ bool QgsRenderChecker::compareImages( QString theTestName,
{
mRenderedImageFile = theRenderedImageFile;
}
if ( mRenderedImageFile.isEmpty() )
else if ( mRenderedImageFile.isEmpty() )
{
qDebug( "QgsRenderChecker::runTest failed - Rendered Image File not set." );
mReport = "<table>"
Expand Down

0 comments on commit f5315fe

Please sign in to comment.