Skip to content

Commit

Permalink
Minor fixes of arquillian.xml files
Browse files Browse the repository at this point in the history
  • Loading branch information
trepel authored and sgilda committed Nov 18, 2015
1 parent 8bd2ed2 commit f32f4c0
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 37 deletions.
Expand Up @@ -20,7 +20,7 @@

<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform or AS 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
Expand All @@ -36,8 +36,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/src/test/resources/arquillian.xml
Expand Up @@ -28,7 +28,7 @@
<!-- <property name="deploymentExportPath">target/</property> -->
<!-- </engine> -->

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform or AS 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, arquillian will use the JBOSS_HOME environment variable. Alternatively, the configuration below can be uncommented. -->
<!--<configuration> -->
Expand Down
Expand Up @@ -36,8 +36,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
Expand Up @@ -20,7 +20,7 @@

<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
Expand All @@ -34,8 +34,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
8 changes: 4 additions & 4 deletions kitchensink-html5-mobile/src/test/resources/arquillian.xml
Expand Up @@ -20,15 +20,15 @@
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />

<!-- Uncomment to have test archives exported to the file system for inspection -->
<!-- <engine> -->
<!-- <property name="deploymentExportPath">target/</property> -->
<!-- </engine> -->

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote JBoss EAP 7 instance -->
<!-- Example configuration for a remote JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, arquillian will use the JBOSS_HOME environment variable. Alternatively, the configuration below can be uncommented. -->
<!--<configuration> -->
Expand Down
8 changes: 4 additions & 4 deletions shrinkwrap-resolver/src/test/resources/arquillian.xml
Expand Up @@ -20,15 +20,15 @@
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />

<!-- Uncomment to have test archives exported to the file system for inspection -->
<!-- <engine> -->
<!-- <property name="deploymentExportPath">target/</property> -->
<!-- </engine> -->

<!-- Force the use of the Servlet 3.0 protocol with all containers, as it is the most mature -->
<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote JBoss EAP instance -->
<!-- Example configuration for a remote JBoss EAP instance -->
<container qualifier="jboss" default="true">
<!-- By default, arquillian will use the JBOSS_HOME environment variable. Alternatively, the configuration below can be uncommented. -->
<!--<configuration> -->
Expand Down
Expand Up @@ -20,7 +20,7 @@

<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform or AS 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
Expand All @@ -36,8 +36,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
Expand Up @@ -20,7 +20,7 @@

<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform or AS 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
Expand All @@ -36,8 +36,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
Expand Up @@ -20,7 +20,7 @@

<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform or AS 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
Expand All @@ -36,8 +36,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
Expand Up @@ -20,7 +20,7 @@

<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform or AS 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
Expand All @@ -36,8 +36,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
Expand Up @@ -20,7 +20,7 @@

<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform or AS 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
Expand All @@ -36,8 +36,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
Expand Up @@ -20,7 +20,7 @@

<defaultProtocol type="Servlet 3.0" />

<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform or AS 7 instance -->
<!-- Example configuration for a remote Red Hat JBoss Enterprise Application Platform instance -->
<container qualifier="jboss" default="true">
<!-- By default, Arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
Expand All @@ -36,8 +36,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down
Expand Up @@ -37,8 +37,7 @@
<!-- By default, the browser you are going to use for your tests is set to Firefox. -->
<property name="browser">firefox</property>
<!-- Uncomment this line in order to specify where your Firefox binary is located, WebDriver
will use the default one in your system otherwise. These tests are verified to be functioning
with Firefox 23. -->
will use the default one in your system otherwise. -->
<!--
<property name="firefox_binary">/path/to/firefox/binary</property>
-->
Expand Down

0 comments on commit f32f4c0

Please sign in to comment.