Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5
-
Fix Version/s: 4.5
-
Component/s: Test suite
-
Labels:
-
Documentation Required?:None
-
Sprint:Sprint 1
Description
The test CRM_Event_BAO_AdditionalPaymentTest::testAddPartialPayment fails on CRM_AllTests but not on running CRM_Event_BAO_AdditionalPaymentTest itself. The error is that the contribution ID is invalid due to a foreign key constraint. Since it's only occurring when all tests are run, Eileen thinks it might be due to teardown problems. I'll submit a change that does a more complete teardown, and we can see if that takes care of the problem.