Skip to content

Commit

Permalink
Minor provisioning test refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Sep 2, 2015
1 parent 7fcc6d1 commit f1e276e
Showing 1 changed file with 18 additions and 16 deletions.
Expand Up @@ -3238,8 +3238,8 @@ public void test222EntitleAccountWillPillage() throws Exception {
}

@Test
public void test222bEntitleAccountWillBargain() throws Exception {
final String TEST_NAME = "test222bEntitleAccountWillBargain";
public void test223EntitleAccountWillBargain() throws Exception {
final String TEST_NAME = "test223EntitleAccountWillBargain";
TestUtil.displayTestTile(TEST_NAME);

Task task = taskManager.createTaskInstance(TestDummy.class.getName()
Expand Down Expand Up @@ -3289,8 +3289,8 @@ public void test222bEntitleAccountWillBargain() throws Exception {
* Reads the will accounts, checks that both entitlements are there.
*/
@Test
public void test223GetPillagingPirateWill() throws Exception {
final String TEST_NAME = "test223GetPillagingPirateWill";
public void test224GetPillagingPirateWill() throws Exception {
final String TEST_NAME = "test224GetPillagingPirateWill";
TestUtil.displayTestTile(TEST_NAME);

Task task = taskManager.createTaskInstance(TestDummy.class.getName()
Expand Down Expand Up @@ -3343,8 +3343,8 @@ public void test223GetPillagingPirateWill() throws Exception {
* in the associations.
*/
@Test
public void test224GetFoolishPirateWill() throws Exception {
final String TEST_NAME = "test224GetFoolishPirateWill";
public void test225GetFoolishPirateWill() throws Exception {
final String TEST_NAME = "test225GetFoolishPirateWill";
TestUtil.displayTestTile(TEST_NAME);

// GIVEN
Expand Down Expand Up @@ -3411,8 +3411,8 @@ public void test224GetFoolishPirateWill() throws Exception {
}

@Test
public void test228DetitleAccountWillPirates() throws Exception {
final String TEST_NAME = "test228DetitleAccountWillPirates";
public void test230DetitleAccountWillPirates() throws Exception {
final String TEST_NAME = "test230DetitleAccountWillPirates";
TestUtil.displayTestTile(TEST_NAME);

Task task = taskManager.createTaskInstance(TestDummy.class.getName()
Expand Down Expand Up @@ -3473,8 +3473,8 @@ public void test228DetitleAccountWillPirates() throws Exception {
}

@Test
public void test229DetitleAccountWillPillage() throws Exception {
final String TEST_NAME = "test229DetitleAccountWillPillage";
public void test232DetitleAccountWillPillage() throws Exception {
final String TEST_NAME = "test232DetitleAccountWillPillage";
TestUtil.displayTestTile(TEST_NAME);

Task task = taskManager.createTaskInstance(TestDummy.class.getName()
Expand Down Expand Up @@ -3523,8 +3523,8 @@ public void test229DetitleAccountWillPillage() throws Exception {
}

@Test
public void test229bDetitleAccountWillBargain() throws Exception {
final String TEST_NAME = "test229bDetitleAccountWillBargain";
public void test234bDetitleAccountWillBargain() throws Exception {
final String TEST_NAME = "test234bDetitleAccountWillBargain";
TestUtil.displayTestTile(TEST_NAME);

Task task = taskManager.createTaskInstance(TestDummy.class.getName()
Expand Down Expand Up @@ -3572,8 +3572,8 @@ public void test229bDetitleAccountWillBargain() throws Exception {
* LeChuck has both group and priv entitlement. Let's add him together with these entitlements.
*/
@Test
public void test230AddAccountLeChuck() throws Exception {
final String TEST_NAME = "test230AddAccountLeChuck";
public void test260AddAccountLeChuck() throws Exception {
final String TEST_NAME = "test260AddAccountLeChuck";
TestUtil.displayTestTile(TEST_NAME);
// GIVEN
Task task = taskManager.createTaskInstance(TestDummy.class.getName() + "." + TEST_NAME);
Expand Down Expand Up @@ -3659,8 +3659,8 @@ public void test230AddAccountLeChuck() throws Exception {
* the entitlements.
*/
@Test
public void test235DeleteAccountLeChuck() throws Exception {
final String TEST_NAME = "test235DeleteAccountLeChuck";
public void test265DeleteAccountLeChuck() throws Exception {
final String TEST_NAME = "test265DeleteAccountLeChuck";
TestUtil.displayTestTile(TEST_NAME);
// GIVEN
Task task = taskManager.createTaskInstance(TestDummy.class.getName() + "." + TEST_NAME);
Expand Down Expand Up @@ -3707,6 +3707,8 @@ public void test235DeleteAccountLeChuck() throws Exception {
assertSteadyResource();
}

// test28x in TestDummyCaseIgnore

@Test
public void test298DeletePrivPillage() throws Exception {
final String TEST_NAME = "test298DeletePrivPillage";
Expand Down

0 comments on commit f1e276e

Please sign in to comment.