gatein_pc_trunk_sun6_tomcat6_tomcat7_jboss5_jboss423_jboss6 #140: Still Failing
470 tests 0 failure(s) / ±0
All tests passed
Changes for Build #135
[chris.laprun(a)jboss.com] - GTNPC-58: Improved test cases so that they use properly
formatted PortletContexts and extracted constants to avoid inadvertent collisions of
values without the same semantics (i.e. same String "foo" being used for
different purposes).
- GTNPC-61: Used new improved PortletContext to properly resolve invoker from compound
PortletContext.
Changes for Build #136
[chris.laprun(a)jboss.com] - GTNPC-58: Added constant for error message in case an id is
interpreted as invalid to facilitate downstream processing (i.e. allow discrimination of
IllegalArgumentException via exception message) :/
Changes for Build #137
[chris.laprun(a)jboss.com] - GTNPC-58: Fixed test case. Note that the previous commit
changed the value of INVOKER_SEPARATOR which used to be '.' to '+'
to make sure that there wasn't any unintentional collisions with SEPARATOR value
('.') in the parsing and outputing code.
[chris.laprun(a)jboss.com] - GTNPC-58:
+ Moved logic for federated portlet context creation to PortletContext. Still needs to
be better abstracted (in particular, reference and dereference methods).
+ Changed PortletContextComponents to an interface and introduced
UninterpretedPortletContextComponents so that now a PortletContext always has components,
interpreted or not.
Changes for Build #138
[chris.laprun(a)jboss.com] - GTNPC-58:
+ Re-implemented reference and dereference methods. Added test cases and fixed a couple
of issues.
+ Added internal PCComponents interface.
+ Removed id parameter from dereference method.
Changes for Build #139
Changes for Build #140
[mwringe] Fix issue with Tomcat 7 not running properly due to cargo bug. Can be reverted
with the next cargo release.
Public URL:
https://hudson.jboss.org/hudson/job/gatein_pc_trunk_sun6_tomcat6_tomcat7_...
Private URL:
http://hudson.qa.jboss.com/hudson/job/gatein_pc_trunk_sun6_tomcat6_tomcat...