Procházet zdrojové kódy

minor typo fix to unit test

Johannes Ruehle před 11 roky
rodič
revize
d76344aa40
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 
 }