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)
commit09f4ef51f7d1102f9a4869c8e947f765c728a9c4
treee565d02c949c66e78c91542ad27a81bc5c53926d
parentb662dd4a8274cf314504a325b55d1fc3fabf59ec
Changed the logic in the symbol-table magic to punt if the processor
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....
OnlinePayment.pm
t/bop.t