From fefd785ad66a0eb90b1e35ce842279a4f2995e6e Mon Sep 17 00:00:00 2001 From: Nils Plath Date: Sun, 14 Jul 2024 18:06:12 -0700 Subject: [PATCH] Minor fix Just fixing the title of a test. --- impl/ocean/test/testcv/testsegmentation/TestCVSegmentation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/ocean/test/testcv/testsegmentation/TestCVSegmentation.cpp b/impl/ocean/test/testcv/testsegmentation/TestCVSegmentation.cpp index 5c06f967d..e4c62557b 100644 --- a/impl/ocean/test/testcv/testsegmentation/TestCVSegmentation.cpp +++ b/impl/ocean/test/testcv/testsegmentation/TestCVSegmentation.cpp @@ -123,7 +123,7 @@ static void testCVSegmentationAsynchronInternal(const double testDuration, const const Timestamp startTimestamp(true); - Log::info() << "Ocean Framework test for the Computer Vision Advanced library:"; + Log::info() << "Ocean Framework test for the Computer Vision Segmentation library:"; Log::info() << " "; Log::info() << "Platform: " << Build::buildString(); Log::info() << " ";