TemplateActionHandlerStub tahs = new TemplateActionHandlerStub();
PropertySet ps = new PropertySet();
ps.load( Tools.findRelativeSystemPath( "conf/system.conf" ) );
TextualTransformManagerTable ttmt = new TextualTransformManagerTable( ps );
BasicUnitList bul = new BasicUnitList();
ReplaceDirective rd = new ReplaceDirective();
assertEquals( "replace", rd.getName() );
ttmt = new TextualTransformManagerTable( ps );