Commit 181e85cdae448f2d237bbb5c179d51fed353e881
1 parent
96e95c89
Exists in
master
IN PROGRESS - issue FWK-119: Testes da extensão Servlet
https://demoiselle.atlassian.net/browse/FWK-119
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
impl/extension/jpa/src/test/resources/arquillian.xml
... | ... | @@ -43,11 +43,13 @@ |
43 | 43 | <property name="deploymentExportPath">target/deployments</property> |
44 | 44 | </engine> |
45 | 45 | |
46 | + <!-- | |
46 | 47 | <container qualifier="glassfish-embedded" default="true"> |
47 | 48 | <configuration> |
48 | 49 | <property name="resourcesXml">src/test/resources/glassfish-resources.xml</property> |
49 | 50 | </configuration> |
50 | 51 | </container> |
52 | + --> | |
51 | 53 | |
52 | 54 | <!-- |
53 | 55 | <container qualifier="jbossas-managed" default="true"> | ... | ... |