{
TestSuite suite = new TestSuite();
suite.addTest(new TestSuite(RoleMappingWebTestCase.class));
// Create an initializer for the test suite
Test wrapper = new JBossTestSetup(suite)
{
protected void setUp() throws Exception
{
super.setUp();
deploy(getResourceURL("security-spi/rolemapping/rolemapping-test-service.xml"));