Skip to content

Commit

Permalink
Fixing TestIteration (after activation default change)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 13, 2015
1 parent 2edea9b commit f8f9531
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1468,7 +1468,7 @@ public void test510DrakeAssignAccountDummyMagenta() throws Exception {
// There should be no account with the "straight" name
assertNoDummyAccount(RESOURCE_DUMMY_MAGENTA_NAME, "drake");
// The new account
assertDummyAccount(RESOURCE_DUMMY_MAGENTA_NAME, "drake001", "Francis Drake", false);
assertDummyAccount(RESOURCE_DUMMY_MAGENTA_NAME, "drake001", "Francis Drake", true);

assertDummyAccountAttribute(RESOURCE_DUMMY_MAGENTA_NAME, "drake001",
DummyResourceContoller.DUMMY_ACCOUNT_ATTRIBUTE_QUOTE_NAME, DESCRIPTION_RUM + " -- Francis Drake");
Expand Down Expand Up @@ -1532,7 +1532,7 @@ public void test520DrakeModifyLocality() throws Exception {
// There should be no account with the "straight" name
assertNoDummyAccount(RESOURCE_DUMMY_MAGENTA_NAME, "drake");
// The new account
assertDummyAccount(RESOURCE_DUMMY_MAGENTA_NAME, "drake001", "Francis Drake", false);
assertDummyAccount(RESOURCE_DUMMY_MAGENTA_NAME, "drake001", "Francis Drake", true);

assertDummyAccountAttribute(RESOURCE_DUMMY_MAGENTA_NAME, "drake001",
DummyResourceContoller.DUMMY_ACCOUNT_ATTRIBUTE_LOCATION_NAME, "London");
Expand Down

0 comments on commit f8f9531

Please sign in to comment.