You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mike Kienenberger <mk...@gmail.com> on 2006/03/17 17:00:50 UTC

tomahawk/src/test has dependencies on MyFaces Impl

As I'm trying to work through the setup of the current MyFaces
snapshot under Eclipse (the maven eclipse wiki pages are once again
wrong, unfortunately), I am noticing that there are dependences in
tomahawk/src/test on the MyFaces impl.

org.apache.myfaces.custom.date.HtmlDateRendererTest.java:
    import org.apache.myfaces.application.ApplicationFactoryImpl;

org.apache.myfaces.renderkit.html.util.AddResourceTest.java:
    import org.apache.myfaces.application.ApplicationFactoryImpl;
    import org.apache.myfaces.renderkit.RenderKitFactoryImpl;
    import org.apache.myfaces.context.servlet.ServletFacesContextImpl;

In my opinion, this should not be the case.  Is this a temporary
situation where we're waiting on Shale's testing framework?

-Mike