*/
protected void setUp() throws Exception
{
Properties props = TestEngine.getTestProperties();
props.put(XMLUserDatabase.PROP_USERDATABASE, "target/test-classes/userdatabase.xml" );
m_engine = new TestEngine(props);
m_db = new XMLUserDatabase();
m_subject = new Subject();
try
{
m_db.initialize( m_engine, props );