mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
[opencl] Rename test function for consistency
This commit is contained in:
parent
07db3f84c4
commit
84dd14ae95
@ -98,6 +98,7 @@ void TestNineCellFilters::_testAlg( const QString &name, bool useOpenCl )
|
|||||||
QString tmpFile( tempFile( name ) );
|
QString tmpFile( tempFile( name ) );
|
||||||
#endif
|
#endif
|
||||||
QString refFile( referenceFile( name ) );
|
QString refFile( referenceFile( name ) );
|
||||||
|
<<<<<<< 07db3f84c4506833beea9c3e79858bf932ea028a
|
||||||
<<<<<<< 8689c401a2a66b4b159a54d0c37e26a33aa183c3
|
<<<<<<< 8689c401a2a66b4b159a54d0c37e26a33aa183c3
|
||||||
T ninecellFilter( SRC_FILE, tmpFile, "GTiff" );
|
T ninecellFilter( SRC_FILE, tmpFile, "GTiff" );
|
||||||
int res = ninecellFilter.processRaster();
|
int res = ninecellFilter.processRaster();
|
||||||
@ -105,6 +106,10 @@ void TestNineCellFilters::_testAlg( const QString &name, bool useOpenCl )
|
|||||||
T ninecellsfilter( SRC_FILE, tmpFile, "GTiff" );
|
T ninecellsfilter( SRC_FILE, tmpFile, "GTiff" );
|
||||||
int res = ninecellsfilter.processRaster();
|
int res = ninecellsfilter.processRaster();
|
||||||
>>>>>>> [opencl] Increase test coverage with no-opencl image comparison
|
>>>>>>> [opencl] Increase test coverage with no-opencl image comparison
|
||||||
|
=======
|
||||||
|
T ninecellFilter( SRC_FILE, tmpFile, "GTiff" );
|
||||||
|
int res = ninecellFilter.processRaster();
|
||||||
|
>>>>>>> [opencl] Rename test function for consistency
|
||||||
QVERIFY( res == 0 );
|
QVERIFY( res == 0 );
|
||||||
|
|
||||||
// Produced file
|
// Produced file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user