The conformance test had a test for deleting an object, but we weren't properly initializing the bosk state, so it was just testing the "delete nonexistent" case.
Also, I found that PandoFormatDriver has different behaviour based on whether the object was added on its own versus as part of the containing catalog, so I added it on its own in the new test to make sure that case was covered.
The conformance test had a test for deleting an object, but we weren't properly initializing the bosk state, so it was just testing the "delete nonexistent" case.
Also, I found that
PandoFormatDriver
has different behaviour based on whether the object was added on its own versus as part of the containing catalog, so I added it on its own in the new test to make sure that case was covered.