killbill-memoizeit

beatrix: make sure to reset the payment plugin between tests To

8/31/2012 5:53:41 PM

Details

diff --git a/beatrix/src/test/java/com/ning/billing/beatrix/integration/overdue/TestOverdueIntegration.java b/beatrix/src/test/java/com/ning/billing/beatrix/integration/overdue/TestOverdueIntegration.java
index 380b287..420516c 100644
--- a/beatrix/src/test/java/com/ning/billing/beatrix/integration/overdue/TestOverdueIntegration.java
+++ b/beatrix/src/test/java/com/ning/billing/beatrix/integration/overdue/TestOverdueIntegration.java
@@ -182,10 +182,7 @@ public class TestOverdueIntegration extends TestIntegrationBase {
         productName = "Shotgun";
         term = BillingPeriod.MONTHLY;
 
-        // create account
-        // set mock payments to fail
-        // reset clock
-        // configure basic OD state rules for 2 states OD1 1-2month, OD2 2-3 month
+        paymentPlugin.clear();
     }
 
     // We set the the property killbill.payment.retry.days=8,8,8,8,8,8,8,8 so that Payment retry logic does not end with an ABORTED state