Explorar o código

minor typo fix to unit test

Johannes Ruehle %!s(int64=11) %!d(string=hai) anos
pai
achega
d76344aa40
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      features/fpfeatures/tests/TestVectorFeature.cpp

+ 1 - 1
features/fpfeatures/tests/TestVectorFeature.cpp

@@ -91,7 +91,7 @@ void TestVectorFeature::testVectorFeature()
     delete pVecFeature;
 
     if (verboseStartEnd)
-        std::cerr << "================== TestFPCGPHIK::testFPCGPHIK done ===================== " << std::endl;
+        std::cerr << "================== TestVectorFeature::TestVectorFeature done ===================== " << std::endl;
 
 }