Преглед изворни кода

minor typo fix to unit test

Johannes Ruehle пре 11 година
родитељ
комит
d76344aa40
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 
 }