Changed the logic in the symbol-table magic to punt if the processor
authorlawrence <lawrence>
Thu, 31 Aug 2006 15:06:32 +0000 (15:06 +0000)
committerlawrence <lawrence>
Thu, 31 Aug 2006 15:06:32 +0000 (15:06 +0000)
class does not have a submit() method.

This bug *only* affected testing -- properly written processors that
declared a submit() method would not have experienced the
deep-recursion failure.

bop.t reverted to continue testing with the MOCK1 processor.

I see opportunities for more tests....


No differences found