Working on SIP Support

Added a visible log message to show before every slick
cusax-fix
Emil Ivov 20 years ago
parent 45891c83ec
commit 091ffe5d06

@ -125,7 +125,8 @@ public void start(BundleContext bc) throws Exception
for (int i = 0; i < ids.length; i++)
{
logger.debug("Retrieving test suite: " + ids[i]);
logger.info("=========== Running tests in : " + ids[i]
+ " ===========");
TestSuite slick = getTestSuite(bc, ids[i]);

Loading…
Cancel
Save