git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4042 a333f486-631f-4898-b8df-5754b55c2be0
@@ -488,6 +488,9 @@ class ModelFactory
}
$oTargetNode->Delete();
break;
+
+ default:
+ throw new Exception(MFDocument::GetItopNodePath($oSourceNode).' at line '.$oSourceNode->getLineNo().": unexpected value for attribute _delta: '".$oSourceNode->getAttribute('_delta')."'");
if ($oSourceNode->hasAttribute('_rename_from'))