Guys, I have created 2 ant tasks for running unit tests (in neoconf/build.xml): single-test-integration single-test-db
They can be used to run 1 integration or 1 db test respectively. They merely improve a little bit the time spent to run the tests. Also, in neoconf/build.xml i have added the commented line: <!--jvmarg line="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=4243"/--> If you want to debug integration tests, setup a debug remote connection in Eclipse on port 4243, uncomment the line, run the integration test, wait until the console shows that the thread suspended and start your debug configuration. C _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
