I'm writing some unit tests for a collection of root objects. It appears that "CancelEdit" is not supported on an EditableRootList. Is that correct? The error message is:
IncidentListCancelEdit : System.NotSupportedException : Invalid for root objects - use Delete instead.
Thanks!
My last post might have been a little vague. Here's the code. Should this run OK, or should it throw an error "NotSupportedException"? The Incident is an EditableRoot object, and the IncidentList is an EditableRootList.
[Test]
Copyright (c) Marimer LLC