Hi!

This is what I get if I try to build myfaces with tests enabled:

[ stacktrace ] -----------------------------------------------------------

java.lang.IllegalArgumentException: HTML_BASIC
        at
org.apache.shale.test.mock.MockRenderKitFactory.addRenderKit(MockRenderKitFactory.java:69)
        at
org.apache.myfaces.custom.stylesheet.StylesheetRendererTest.getMockFacesContext(StylesheetRendererTest.java:108)
        at
org.apache.myfaces.custom.stylesheet.StylesheetRendererTest.setUp(StylesheetRendererTest.java:121)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)


and the same for HtmlDataTableTest

java.lang.IllegalArgumentException: HTML_BASIC
        at
org.apache.shale.test.mock.MockRenderKitFactory.addRenderKit(MockRenderKitFactory.java:69)
        at
org.apache.myfaces.component.html.ext.HtmlDataTableTest.setUp(HtmlDataTableTest.java:56)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)


Any idea?

Thanks!
Mario

Reply via email to