cemil76 - 2005-06-23

Hello All,
I am currently porting jfctests from 2.00 to 2.08 and encountered an interface problem. When processing elements I use:
Object refObject = super.getXMLTestCase().getFoundObject(this.getRefId());

This method "getFoundObject" does not exist any more in the IXMLTestCase interface.

Can you tell me how to handle this in the new version ?

Thanks a lot.