Status: New
Owner: ----
Labels: Type-Defect Priority-Medium MSS-1.6.0.FINAL Release-Type-FINAL
Roadmap-Fix Component-Sip-Servlets
New issue 2469 by [email protected]: SIP servlet test suite as a maven
dependency
http://code.google.com/p/mobicents/issues/detail?id=2469
presently yo write sip test scenarios , it is said in the mobicent test
page[http://www.mobicents.org/tests.html] to use one of the sample app as a
template [copy-edit-as per app requirement]
But I see in the Jboss maven repository ,servlet test suite artifact
available
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-test-suite</artifactId>
<version>1.2</version>
</dependency>
As far I tried , this sip-servlets-test-suite jar has only a
SipEmbedded.class in the jar.
It would be simpler and elegant to use the test suite as a maven test
dependency ,rather than writing tests building with the source / copy
edit cycle as above