use of org.mifos.framework.util.StandardTestingService in project head by mifos.
the class SavingsProductDaoHibernateIntegrationTest method initialiseHibernateUtil.
@BeforeClass
public static void initialiseHibernateUtil() {
oldDefaultCurrency = Money.getDefaultCurrency();
Money.setDefaultCurrency(TestUtils.RUPEE);
new StandardTestingService().setTestMode(TestMode.INTEGRATION);
}
Aggregations