[arquillian-issues] [JBoss JIRA] Updated: (ARQ-544) Manual contains invalid code: ShrinkWrap.create("test.war", WebArchive.class)

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Aug 15 07:21:03 EDT 2011


     [ https://issues.jboss.org/browse/ARQ-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list