checked in fixed test classes test application so that all tests pass now for jsf-ri/test.
Although altering some of the tests ensure that ICEfaces passes some of the tests (see the checked in tests for jsf-systest application), as of the following revisions the following tests still don't pass:-
glimmer rev 21318, Mojarra rev 8372
PARTIAL STATE SAVING
test.ajax
1) testCommandButtonButton (element not found testform1:msgs)
2) testAjaxTagEventarpping *say:- Expected '1', but received '3')
3) testAjaxTagKeywords "out1:- Expected '4', but received '8'
test.composite
1) testActionSource1 --IndexOutOfBoundsException
2) testActionSource2
3) testActionSource3
4) testActionSource4
5) testValidator1
6) testValidator2
7) testValidator3
8) testValidator4
9) testActions
10) testCustomActions
11) testActionListeners
12) testValidators
13) testValueChangeListeners
14) testChildrenAndFacets
15) testCompoisiteComponentActionWithArgs
test.render
1)testOutputScriptStyle
2) testScriptQuery
test.resroucelocation
1)testResourceRelocation
test.implicitnav
1)testImplicitNavigation
2) testImplicitNavigationWithredirect
test.state
1) testDeleteAddSameAction
FULL STATE SAVING:-
test.ajax
new**
i)testAjaxEcho
ii)testAjaxEchoWithStringId
iii)testAjaxEchoLT
iv) testCdataEscape1
v) testCdataEscape2
vi) testCdataEscape3
vii) testCdataEscape4
viii) testCdataEscape5
ix) testCdataEscape6
x) testCdataEscape7
xi) testTextArea
...all of these are returning empty strings instead of the proper value expected
1) testCommandButtonButton (element not found testform1:msgs)--not same error
xii) testAjaxMultiform
xiii) testAjaxMultiRender
xiv) testAjaxAndScript
xv) testAjaxCount
xvi) testAjaxRequestDefaultsButton
xvii) testAjaxRequestDefaultsButtonNoPrepend
xviii) testAjaxRequestDefaultsEdit
xix) testAjaxRequestDefaultsEditNoPrepend
xx) testAjaxEvent
xxi) testRerenderingOtherForm
xxii) testAjaxTagWrapping
xxiii) testAjaxTagEventAttribute
2) testAjaxTagEventWrapping different exception
3) testAjaxTagKeywords "out1:- Expected '4', but received '8'
too many more to mention....!!!! (at least another 5 or 6)
test.composite
same as partial except converter tests failing too.
test.facelets
i) testIssue1313 (null)
test.render
same as partial plus testCommandButtonButton
test.resourcelocation
same as partial
test.implicitnav
same as partial
test.state
same as partial
test.methodRef
i) testResourceRelocation
test.flash
i)testFlash (javascript error on property "viewID". (NEW THIS WEEK!!)
Glimmer revision 21367
Mojarra-2.0.2-FCS
Glassfish v3
Compared to test results of Glimmer revision 21357, the following failures/errors are no longer seen:
[junit] Test com.sun.faces.application.resource.TestResourceHandlerImpl FAILED
[junit] Test com.sun.faces.application.resource.TestResourceImpl FAILED
Here are the test cases that are failing or having error:
[junit] Test com.sun.faces.ajax.AjaxMessageTestCase FAILED
[junit] Test com.sun.faces.ajax.AjaxRequestMultiRenderTestCase FAILED
[junit] Test com.sun.faces.ajax.AjaxSelectTestCase FAILED
[junit] Test com.sun.faces.ajax.AjaxTagEventAttributeTestCase FAILED
[junit] Test com.sun.faces.ajax.AjaxTagEventWrappingTestCase FAILED
[junit] Test com.sun.faces.ajax.AjaxTagTestCase FAILED
[junit] Test com.sun.faces.ajax.AjaxTagWrappingTestCase FAILED
[junit] Test com.sun.faces.composite.CompositeComponentsTestCase FAILED
[junit] Test com.sun.faces.composite.DefaultActionTestCase FAILED
[junit] Test com.sun.faces.composite.ResourceDependencyComponentTestCase FAILED
[junit] Test com.sun.faces.render.CommandButtonTestCase FAILED
[junit] Test com.sun.faces.render.OutputScriptStyleTestCase FAILED
[junit] Test com.sun.faces.systest.FlashViewParamTestCase FAILED
[junit] Test com.sun.faces.systest.tags.EventTestCase FAILED
[junit] Test com.sun.faces.systest.ResourceRelocationTestCase FAILED
[junit] Test com.sun.faces.systest.implicitnav.ImplicitNavigationTestCase FAILED
[junit] Test com.sun.faces.systest.state.DynamicStateTestCase FAILED
[junit] Test com.sun.faces.systest.FlashTestCase FAILED
File unitTest_glimmer_rev21367.log will be uploaded for details.