0029371: The problem of the attributes constructor call

Default Guid is assigned in constructor.
Add test case: tests\bugs\caf\bug29371.
This commit is contained in:
szy
2017-12-20 12:20:29 +03:00
committed by apn
parent 153fee015d
commit 4a5eefb909
17 changed files with 213 additions and 35 deletions

View File

@@ -68,8 +68,9 @@ Handle(TDataStd_ExtStringArray) SetAttr(const TDF_Label& label,
//=======================================================================
TDataStd_ExtStringArray::TDataStd_ExtStringArray()
: myIsDelta(Standard_False){}
: myIsDelta(Standard_False), myID(GetID())
{}
//=======================================================================
//function : Init
//purpose :