Skip to content

Commit a1a09d7

Browse files
committedAug 8, 2018
[opencl] Rename test function for consistency
1 parent b89808f commit a1a09d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/src/analysis/testqgsninecellfilters.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ void TestNineCellFilters::_testAlg( const QString &name, bool useOpenCl )
9898
QString tmpFile( tempFile( name ) );
9999
#endif
100100
QString refFile( referenceFile( name ) );
101-
T ninecellsfilter( SRC_FILE, tmpFile, "GTiff" );
102-
int res = ninecellsfilter.processRaster();
101+
T ninecellFilter( SRC_FILE, tmpFile, "GTiff" );
102+
int res = ninecellFilter.processRaster();
103103
QVERIFY( res == 0 );
104104

105105
// Produced file

0 commit comments

Comments
 (0)
Please sign in to comment.