]
Aslak Knutsen updated ARQ-544:
------------------------------
Fix Version/s: 1.0.0.CR3
(was: 1.0.0.Final)
Manual contains invalid code: ShrinkWrap.create("test.war",
WebArchive.class)
-----------------------------------------------------------------------------
Key: ARQ-544
URL:
https://issues.jboss.org/browse/ARQ-544
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.0.0.CR2
Reporter: Geoffrey De Smet
Priority: Trivial
Fix For: 1.0.0.CR3
ShrinkWrap.create("test.war", WebArchive.class)
should be
ShrinkWrap.create(WebArchive.class, "test.war")
Might show up more than once with ShrinkWrap.create
--
This message is automatically generated by JIRA.
For more information on JIRA, see: