diff --git a/SAS/OTDB/test/tVICcomp.cc b/SAS/OTDB/test/tVICcomp.cc
index 6c9e83c624389e82b892221ac9c156c7e0bb2e43..4c871512ce2fcbce8b34687bacec4bc5bc2a5994 100644
--- a/SAS/OTDB/test/tVICcomp.cc
+++ b/SAS/OTDB/test/tVICcomp.cc
@@ -146,7 +146,7 @@ int main (int	argc, char*	argv[]) {
 		VICnodeDef	aNode = tm.getComponentNode(topNodeID);
 		LOG_INFO_STR(aNode);
 
-		LOG_INFO("check if node is topNode")
+		LOG_INFO("check if node is topNode");
 		bool	isTop = tm.isTopComponent(topNodeID);
 		ASSERTSTR(isTop, "isTopComponent(" << topNodeID << ") returned false");
 
@@ -221,7 +221,7 @@ int main (int	argc, char*	argv[]) {
 		VICnodeDef	testNode = tm.getComponentNode(ref3);
 		LOG_INFO_STR(testNode);
 	
-		LOG_INFO_STR("check if node ARG is topNode")
+		LOG_INFO_STR("check if node ARG is topNode");
 		isTop = tm.isTopComponent(ref3);
 		ASSERTSTR(!isTop, "isTopComponent(" << ref3 << ") returned true");
 
diff --git a/SAS/OTDB/test/tVTtree.cc b/SAS/OTDB/test/tVTtree.cc
index 266b7235e6669064323d33160d4014c9a084f3f1..ec01bd32d1ca7fa90e5a50dfff35d655303effa3 100644
--- a/SAS/OTDB/test/tVTtree.cc
+++ b/SAS/OTDB/test/tVTtree.cc
@@ -252,7 +252,7 @@ int main (int	argc, char*	argv[]) {
 		tm.saveNode(param2);
 
 		// Setting nr instances to some nice values
-		LOG_INFO("Setting up tree counts")
+		LOG_INFO("Setting up tree counts");
 		vector<OTDBnode>	aNodeCol = tm.getItemList(VTtreeID, "RFI dete%");
 		aNode = *(aNodeCol.begin());
 		aNode.instances = 40;