Skip to content

Commit

Permalink
set default protocol to Servlet 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 21, 2012
1 parent cdec04e commit a369773
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions jsf/src/test/resources/arquillian.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<arquillian xmlns="http://jboss.org/schema/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<defaultProtocol type="Servlet 3.0" />

<!-- Uncomment to have test archives exported to the file system for inspection.
This feature can also be controlled using the system property arquillian.deploymentExportPath -->
<!--
<engine>
<property name="deploymentExportPath">target/test-archives</property>
</engine>
-->

</arquillian>

0 comments on commit a369773

Please sign in to comment.