]
Brian Leathem updated RF-13232:
-------------------------------
Fix Version/s: 4.5-Tracking
Enable flexible changing of the deployed archive name for general
deployments, e.g. CoreDeployment
--------------------------------------------------------------------------------------------------
Key: RF-13232
URL:
https://issues.jboss.org/browse/RF-13232
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: tests - functional
Affects Versions: 5.0.0.Alpha1
Reporter: Juraj Húska
Assignee: Juraj Húska
Priority: Minor
Fix For: 4.5-Tracking
This should be added to support *[multiple
deployments|https://docs.jboss.org/author/display/ARQ/Multiple+Deployments]* feature of
Arquillian.
It matters to the {{CoreDeployment}} and to the similar.
Currently, {{Deployment}} class decide what name the deployed archive would have. It uses
the passed {{class}} object to determine this. In the particular test, one needs to pass
some class, which would be part of the name. The good practice is to pass the name of the
test class.
Here comes the problem with multiple deployments, when each deployed archive has to have
different name.
Proposed solution:
Add overloaded constructor method, which would take a name for the deployed archive.