]
Aslak Knutsen commented on ARQ-544:
-----------------------------------
the source is here,
update as you see fit. :)
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
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: