How do I load faces-config.xml when running a test based on AbstractJsfTestCase?

My current testing manually adds the renderers during setUp().  This work, but 
it has the
following drawbacks:

1) The association between a component and it renderer must be maintained in 
more
   then one place.

2) Testing with more then one JSF Implementation is a lot of extra work.

Ideally I would like to instruct shale-test to load the implementation's
jsf configuration file, i.e. faces-config.xml.  How do I do this?

Paul Spencer

Reply via email to