Skip to content

Commit

Permalink
https://issues.jboss.org/browse/WFLY-4108 Include all the cli tests i…
Browse files Browse the repository at this point in the history
…nto the default full profile in testsuite/integration/basic/pom.xml
  • Loading branch information
Alexey Loubyansky committed Nov 21, 2014
1 parent cf19a6d commit 3c86c40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions testsuite/integration/basic/pom.xml
Expand Up @@ -169,8 +169,7 @@
<include>org/jboss/as/test/integration/jaxr/**/*TestCase*.java</include>
<include>org/jboss/as/test/integration/jca/bootstrap/**/*TestCase*.java</include>
<include>org/jboss/as/test/integration/messaging/**/*TestCase*.java</include>
<include>org/jboss/as/test/integration/management/cli/HelpTestCase.java</include>
<include>org/jboss/as/test/integration/management/cli/JmsTestCase.java</include>
<include>org/jboss/as/test/integration/management/cli/**/*TestCase.java</include>
<include>org/jboss/as/test/integration/naming/remote/**/*TestCase.java</include>
<include>org/jboss/as/test/integration/ee/injection/resource/resourceref/*TestCase.java</include>
<include>org/jboss/as/test/integration/ee/injection/resource/enventry/EnvEntryTestCase.java</include>
Expand Down Expand Up @@ -224,8 +223,7 @@
<exclude>org/jboss/as/test/integration/jaxr/**/*TestCase*.java</exclude>
<exclude>org/jboss/as/test/integration/jca/bootstrap/**/*TestCase*.java</exclude>
<exclude>org/jboss/as/test/integration/messaging/**/*TestCase*.java</exclude>
<exclude>org/jboss/as/test/integration/management/cli/HelpTestCase.java</exclude>
<exclude>org/jboss/as/test/integration/management/cli/JmsTestCase.java</exclude>
<exclude>org/jboss/as/test/integration/management/cli/**/*TestCase.java</exclude>
<exclude>org/jboss/as/test/integration/naming/remote/**/*TestCase.java</exclude>
<exclude>org/jboss/as/test/integration/ee/injection/resource/resourceref/*TestCase.java</exclude>
<exclude>org/jboss/as/test/integration/ee/injection/resource/enventry/EnvEntryTestCase.java</exclude>
Expand Down

0 comments on commit 3c86c40

Please sign in to comment.