Skip to content

Commit

Permalink
Update XTS transformers tests for 6.2, 6.3 & 6.4 & remove older
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Nov 30, 2015
1 parent 1ed22f0 commit 851b90a
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions xts/src/test/java/org/jboss/as/xts/XTSSubsystemTestCase.java
Expand Up @@ -63,38 +63,18 @@ protected String[] getSubsystemTemplatePaths() throws IOException {
}

@Test
public void testBoot712() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.V7_1_2_FINAL);
public void testBootEAP620() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.EAP_6_2_0);
}

@Test
public void testBoot713() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.V7_1_2_FINAL);
public void testBootEAP630() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.EAP_6_3_0);
}

@Test
public void testBoot720() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.V7_2_0_FINAL);
}

@Test
public void testBootEAP600() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.EAP_6_0_0);
}

@Test
public void testBootEAP601() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.EAP_6_0_1);
}

@Test
public void testBootEAP610() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.EAP_6_1_0);
}

@Test
public void testBootEAP611() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.EAP_6_1_1);
public void testBootEAP640() throws Exception {
testBoot1_1_0(ModelTestControllerVersion.EAP_6_4_0);
}


Expand Down

0 comments on commit 851b90a

Please sign in to comment.