Skip to content

Commit

Permalink
[opencl] Rename test function for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 8, 2018
1 parent b89808f commit a1a09d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/analysis/testqgsninecellfilters.cpp
Expand Up @@ -98,8 +98,8 @@ void TestNineCellFilters::_testAlg( const QString &name, bool useOpenCl )
QString tmpFile( tempFile( name ) );
#endif
QString refFile( referenceFile( name ) );
T ninecellsfilter( SRC_FILE, tmpFile, "GTiff" );
int res = ninecellsfilter.processRaster();
T ninecellFilter( SRC_FILE, tmpFile, "GTiff" );
int res = ninecellFilter.processRaster();
QVERIFY( res == 0 );

// Produced file
Expand Down

0 comments on commit a1a09d7

Please sign in to comment.