diff --git a/Modules/Learning/SVMLearning/test/otbSVMLearningTestDriver.cxx b/Modules/Learning/SVMLearning/test/otbSVMLearningTestDriver.cxx index 6aed4331cfb4c317af2a00045918a86482cfb951..c29f732c717c3382fe27c7a05a4ffe92a0f900ad 100644 --- a/Modules/Learning/SVMLearning/test/otbSVMLearningTestDriver.cxx +++ b/Modules/Learning/SVMLearning/test/otbSVMLearningTestDriver.cxx @@ -18,15 +18,6 @@ void RegisterTests() REGISTER_TEST(otbSVMImageModelEstimatorTrainOneClass); REGISTER_TEST(otbSVMCrossValidationCostFunctionNew); REGISTER_TEST(otbSVMModelLoadSave); - REGISTER_TEST(otbLibSVMMachineLearningModelCanRead); - REGISTER_TEST(otbSVMMachineLearningModelCanRead); - REGISTER_TEST(otbRandomForestsMachineLearningModelCanRead); - REGISTER_TEST(otbBoostMachineLearningModelCanRead); - REGISTER_TEST(otbNeuralNetworkMachineLearningModelCanRead); - REGISTER_TEST(otbNormalBayesMachineLearningModelCanRead); - REGISTER_TEST(otbDecisionTreeMachineLearningModelCanRead); - REGISTER_TEST(otbGradientBoostedTreeMachineLearningModelCanRead); - REGISTER_TEST(otbKNNMachineLearningModelCanRead); REGISTER_TEST(otbSVMClassifierPointSet); REGISTER_TEST(otbSVMImageClassificationWithRuleFilterNew); REGISTER_TEST(otbSVMImageModelEstimatorTrain); diff --git a/Modules/Learning/Supervised/test/otbSupervisedTestDriver.cxx b/Modules/Learning/Supervised/test/otbSupervisedTestDriver.cxx index 0c4fa2511a3da4a23446715fd533af3baab9e82b..b9de86d89b792d217ac4ea3198f7843f6cfe8d94 100644 --- a/Modules/Learning/Supervised/test/otbSupervisedTestDriver.cxx +++ b/Modules/Learning/Supervised/test/otbSupervisedTestDriver.cxx @@ -9,6 +9,15 @@ void RegisterTests() REGISTER_TEST(otbConfusionMatrixMeasurementsNew); REGISTER_TEST(otbConfusionMatrixMeasurementsTest); REGISTER_TEST(otbConfusionMatrixConcatenateTest); + REGISTER_TEST(otbLibSVMMachineLearningModelCanRead); + REGISTER_TEST(otbSVMMachineLearningModelCanRead); + REGISTER_TEST(otbRandomForestsMachineLearningModelCanRead); + REGISTER_TEST(otbBoostMachineLearningModelCanRead); + REGISTER_TEST(otbNeuralNetworkMachineLearningModelCanRead); + REGISTER_TEST(otbNormalBayesMachineLearningModelCanRead); + REGISTER_TEST(otbDecisionTreeMachineLearningModelCanRead); + REGISTER_TEST(otbGradientBoostedTreeMachineLearningModelCanRead); + REGISTER_TEST(otbKNNMachineLearningModelCanRead); REGISTER_TEST(otbLibSVMMachineLearningModelNew); REGISTER_TEST(otbLibSVMMachineLearningModel); REGISTER_TEST(otbSVMMachineLearningModelNew);