You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After addressing #167, the test should log unresolved references no longer passes. Thats because this test relied on the bug of the repository model being remapped to some other model which isn't valid. This remapping would make it so the repository model could not be found in the target iModel and unresolved references would be reported.
We should fix this test to make sure we still log unresolved references. I'm not entirely sure how to do this.. maybe it could be done by calling IModelExporter.excludeElement on a parent model to create an unresolved reference in the target where the model can't be found.
The text was updated successfully, but these errors were encountered:
After addressing #167, the test
should log unresolved references
no longer passes. Thats because this test relied on the bug of the repository model being remapped to some other model which isn't valid. This remapping would make it so the repository model could not be found in the target iModel and unresolved references would be reported.We should fix this test to make sure we still log unresolved references. I'm not entirely sure how to do this.. maybe it could be done by calling IModelExporter.excludeElement on a parent model to create an unresolved reference in the target where the model can't be found.
The text was updated successfully, but these errors were encountered: