瀏覽代碼

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;
 
 }