AdaptationTesting

This commit is contained in:
2022-02-22 14:03:23 -07:00
parent a8a93cb115
commit 99c6474146
5 changed files with 84 additions and 66 deletions

View File

@ -112,7 +112,7 @@ public class FileRead : Properties.IFileRead
// throw new Exception(cellInstanceConnectionName);
}
ModelObjectParameterDefinition[] paths = GetProperties(cellInstanceConnectionName, modelObjectParameters, "Path.");
if (paths.Length < 4)
if (paths.Length < 3)
throw new Exception(cellInstanceConnectionName);
if (isDuplicator)
_MesEntity = string.Empty;