mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Correctly remove duplicated check
This commit is contained in:
parent
c00a8b3399
commit
f5315feb24
@ -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>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user