Stephan Klevenz created OLINGO-271:
--------------------------------------
Summary: Introduce a cargo context path for integration tests
Key: OLINGO-271
URL: https://issues.apache.org/jira/browse/OLINGO-271
Project: Olingo
Issue Type: Improvement
Components: odata4-client
Reporter: Stephan Klevenz
Attachments: fit-proposal.patch
Currently the client side integration tests are executed on context root (cargo
deployment):
<deployables>
<deployable>
<properties>
<context>/</context>
</properties>
</deployable>
</deployables>
</configuration>
I would like to introduce a context path because of we plan to deploy a server
side OData service (another WAR) in parallel.
I have that done already and can provide a patch (attached).
The context paths are named
/stub (client integration test with a server stub)
/ref (client integration test with reference server)
/ref dose exists currently in feature branch only [olingo-266]. Feel free to
find better names for instead of stub and ref.
--
This message was sent by Atlassian JIRA
(v6.2#6252)