Przeglądaj źródła

minor typo fix to unit test

Johannes Ruehle 11 lat temu
rodzic
commit
d76344aa40
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 
 }