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

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Thu Aug 11 05:14:19 EDT 2011


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

        


More information about the arquillian-issues mailing list