mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0030957: Data Exchange - Assembly item Id should not start with '/' symbol
Fix test case: added parsing of the output of the dump note command
This commit is contained in:
@@ -119,5 +119,6 @@ XCAFDoc_AssemblyItemId::ToString() const
|
||||
aStr += '/';
|
||||
aStr += anIt.Value();
|
||||
}
|
||||
aStr.Remove(1, 1);
|
||||
return aStr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user