Skip to content

Commit

Permalink
MIFOS-5971 Fix test: Modify parameters of Group Loan account
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kaczmarczyk committed Mar 1, 2013
1 parent aa1e519 commit 4684a22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@


@ContextConfiguration(locations = {"classpath:ui-test-context.xml"})
@Test(singleThreaded = true, enabled = true,groups = {"acceptance", "loan"})
@Test(singleThreaded = true, enabled = true,groups = {"acceptance", "loan", "no_db_unit"})

@SuppressWarnings("PMD.SignatureDeclareThrowsException")
public class ModifyingGroupLoanTest extends UiTestCaseBase {
Expand Down

0 comments on commit 4684a22

Please sign in to comment.