Explorar el Código

init manifest for complex promo test

tags/v0.7.2
Jonathan Cobb hace 5 años
padre
commit
69c7a95853
Se han modificado 2 ficheros con 9 adiciones y 0 borrados
  1. +2
    -0
      bubble-server/src/test/java/bubble/test/promo/FirstMonthAndReferralMonthPromotionTest.java
  2. +7
    -0
      bubble-server/src/test/resources/models/promo/1mo_and_referral/manifest_1mo_and_referral.json

+ 2
- 0
bubble-server/src/test/java/bubble/test/promo/FirstMonthAndReferralMonthPromotionTest.java Ver fichero

@@ -7,6 +7,8 @@ import org.junit.Test;
@Slf4j
public class FirstMonthAndReferralMonthPromotionTest extends PaymentTestBase {

@Override protected String getManifest() { return "promo/1mo_and_referral/manifest_1m_and_referral"; }

@Test public void testFirstMonthAndMultipleReferralMonthsFree () throws Exception {
modelTest("promo/first_month_and_multiple_referral_months_free");
}


+ 7
- 0
bubble-server/src/test/resources/models/promo/1mo_and_referral/manifest_1mo_and_referral.json Ver fichero

@@ -0,0 +1,7 @@
[
"manifest-test",
"promo/1mo/cloudService_1mo",
"promo/1mo/promotion_1mo",
"promo/referral/cloudService_referral",
"promo/referral/promotion_referral"
]

Cargando…
Cancelar
Guardar