This fix required multiple slices since loading things in the wrong
order broke exceptions badly enough to hang the system. I packaged
things in five slices. (It's possible that if Monticello was smart
enough I could have done it in less than five, but it did need more than
one).
The automatic test runner seems to only load the first of the five
slices. Therefore two exception tests fail, which is expected. All
exception tests should pass after all five slices are loaded in order.
Is there a way to tell the automatic test runner to load all five, or
does this one require manual testing? (I did test it manually before
dropping the slices in the inbox, but that was a month ago.)
Regards,
-Martin