mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-30 00:29:39 -05:00
Split testqgsprocessingalgs.cpp into two parts to avoid timeouts on CI
This commit is contained in:
parent
6c66382c5a
commit
a5f63ae98c
@ -78,7 +78,7 @@ class ANALYSIS_EXPORT QgsConvertGpxFeatureTypeAlgorithm : public QgsProcessingAl
|
||||
QStringList &logArgs
|
||||
);
|
||||
|
||||
friend class TestQgsProcessingAlgs;
|
||||
friend class TestQgsProcessingAlgsPt2;
|
||||
|
||||
};
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ class ANALYSIS_EXPORT QgsImportPhotosAlgorithm : public QgsProcessingAlgorithm
|
||||
static QVariant extractOrientationFromMetadata( const QVariantMap &metadata );
|
||||
static QVariant extractTimestampFromMetadata( const QVariantMap &metadata );
|
||||
|
||||
friend class TestQgsProcessingAlgs;
|
||||
friend class TestQgsProcessingAlgsPt1;
|
||||
};
|
||||
|
||||
///@endcond PRIVATE
|
||||
|
||||
@ -67,7 +67,7 @@ class ANALYSIS_EXPORT QgsKMeansClusteringAlgorithm : public QgsProcessingAlgorit
|
||||
static void findNearest( std::vector< Feature > &points, const std::vector< QgsPointXY > ¢ers, int k, bool &changed );
|
||||
static void updateMeans( const std::vector< Feature > &points, std::vector< QgsPointXY > ¢ers, std::vector< uint > &weights, int k );
|
||||
|
||||
friend class TestQgsProcessingAlgs;
|
||||
friend class TestQgsProcessingAlgsPt1;
|
||||
};
|
||||
|
||||
///@endcond PRIVATE
|
||||
|
||||
@ -62,7 +62,7 @@ class ANALYSIS_EXPORT QgsRasterBooleanLogicAlgorithmBase : public QgsProcessingA
|
||||
double mRasterUnitsPerPixelX;
|
||||
double mRasterUnitsPerPixelY;
|
||||
bool mTreatNodataAsFalse = false;
|
||||
friend class TestQgsProcessingAlgs;
|
||||
friend class TestQgsProcessingAlgsPt1;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@ -20,7 +20,8 @@ endif()
|
||||
set(TESTS
|
||||
testqgsgeometrysnapper.cpp
|
||||
testqgsinterpolator.cpp
|
||||
testqgsprocessingalgs.cpp
|
||||
testqgsprocessingalgspt1.cpp
|
||||
testqgsprocessingalgspt2.cpp
|
||||
testqgsprocessingmodelalgorithm.cpp
|
||||
testqgszonalstatistics.cpp
|
||||
testqgsrastercalculator.cpp
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1883
tests/src/analysis/testqgsprocessingalgspt2.cpp
Normal file
1883
tests/src/analysis/testqgsprocessingalgspt2.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user