OK, I believe everything is fixed now. I've just made some really significant (hopefully non-breaking) improvements to the test harness.
Direct use of new Script() is now deprecated, tests should start using new FacesRequest() and new NonFacesRequest(). Especially, if you have a pageflow that does redirects, you need to make sure that you process the work in two requests, a FacesRequest followed by a NonFacesRequest. The good news is that pageflows are now really properly testable. I'll document these changes tomorrow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980873#3980873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980873 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
