Skip to content

Commit

Permalink
renamed ftests profiles to ftest-jboss-remote-6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur authored and pmuir committed Aug 25, 2010
1 parent 3aecc85 commit 32d2815
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/jsf/login/pom.xml
Expand Up @@ -69,7 +69,7 @@

<profiles>
<profile>
<id>ftest-jboss-remote-60</id>
<id>ftest-jboss-remote-6</id>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions examples/jsf/numberguess/pom.xml
Expand Up @@ -541,7 +541,7 @@

<!-- functional tests -->
<profile>
<id>ftest-jboss-remote-60</id>
<id>ftest-jboss-remote-6</id>
<build>
<plugins>
<plugin>
Expand All @@ -565,7 +565,7 @@
</profile>

<profile>
<id>ftest-jboss-cluster-60</id>
<id>ftest-jboss-cluster-6</id>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/pastecode/pom.xml
Expand Up @@ -178,7 +178,7 @@

<profiles>
<profile>
<id>ftest-jboss-remote-60</id>
<id>ftest-jboss-remote-6</id>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/permalink/pom.xml
Expand Up @@ -364,7 +364,7 @@

</profile>
<profile>
<id>ftest-jboss-remote-60</id>
<id>ftest-jboss-remote-6</id>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/ear/pom.xml
Expand Up @@ -58,7 +58,7 @@

<profiles>
<profile>
<id>ftest-jboss-remote-60</id>
<id>ftest-jboss-remote-6</id>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Expand Up @@ -202,7 +202,7 @@

<profiles>
<profile>
<id>ftest-jboss-remote-60</id>
<id>ftest-jboss-remote-6</id>
<properties>
<ftest.suite.xml>jboss6x.xml</ftest.suite.xml>
</properties>
Expand Down Expand Up @@ -439,7 +439,7 @@

<!-- PROFILE USED TO RUN CLUSTERING FTESTS ON JBOSS AS 6.0.* -->
<profile>
<id>ftest-jboss-cluster-60</id>
<id>ftest-jboss-cluster-6</id>
<properties>
<ftest.suite.xml>jboss6x-cluster.xml</ftest.suite.xml>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/readme.txt
Expand Up @@ -23,12 +23,12 @@ must to be installed and running to run the functional tests.
When running the testsuite against all the examples, use the following command in the examples
directory:

mvn -Pftest-jboss-remote-60,jboss6 clean verify
mvn -Pftest-jboss-remote-6,jboss6 clean verify

When running the functional tests on an individual example, use the following command in
the example's directory:

mvn -Pftest-jboss-remote-60,jboss6 clean verify
mvn -Pftest-jboss-remote-6,jboss6 clean verify

The jsf/numberguess example can be also tested in a cluster. Follow these steps:

Expand Down

0 comments on commit 32d2815

Please sign in to comment.