Author: bdaw
Date: 2008-01-15 04:52:00 -0500 (Tue, 15 Jan 2008)
New Revision: 9505
Modified:
modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit/Assertion.java
Log:
typo
Modified:
modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit/Assertion.java
===================================================================
---
modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit/Assertion.java 2008-01-15
01:41:18 UTC (rev 9504)
+++
modules/portlet/trunk/portlet/src/test/java/org/jboss/portal/unit/Assertion.java 2008-01-15
09:52:00 UTC (rev 9505)
@@ -479,18 +479,18 @@
JSR286_140(new TCK(140), "PLT.15.2.4.1", "The event definition must
contain an event name."),
JSR286_141(new TCK(141), "PLT.15.2.4.1", "The portlet container must
use the event name entry in the portlet " +
"deployment descriptor as event name when submitting an event to the
portlet."),
- JSR286_143(new TCK(142), "PLT.15.2.4", "The portlet can send events
which are not declared in the portlet " +
+ JSR286_142(new TCK(142), "PLT.15.2.4", "The portlet can send events
which are not declared in the portlet " +
"deployment descriptor at runtime using the setEvent method on either the
ActionResponse or EventResponse."),
- JSR286_144(new TCK(143), "PLT.15.2.5", "Events are valid only in the
current client request and the portlet " +
+ JSR286_143(new TCK(143), "PLT.15.2.5", "Events are valid only in the
current client request and the portlet " +
"container must therefore deliver all events within the current client
request."),
- JSR286_145(new TCK(144), "PLT.15.2.5", "Event distribution must be
serialized for a specific portlet window per " +
+ JSR286_144(new TCK(144), "PLT.15.2.5", "Event distribution must be
serialized for a specific portlet window per " +
"client request so that at any given time a portlet window is only processing
one event in the processEvent " +
"method for the current client request."),
- JSR286_146(new TCK(145), "PLT.15.2.5", "Portlet event processing may
occur after the processing of the action, " +
+ JSR286_145(new TCK(145), "PLT.15.2.5", "Portlet event processing may
occur after the processing of the action, " +
"if the portlet was target of an action URL, and must be finished before the
render phase."),
- JSR286_147(new TCK(146), "PLT.15.2.6", "If a portlet throws an
exception in the processEvent method, all operations" +
+ JSR286_146(new TCK(146), "PLT.15.2.6", "If a portlet throws an
exception in the processEvent method, all operations" +
" on the EventResponse must be ignored."),
- JSR286_148(new TCK(147), "PLT.15.2.6", "If a permanent unavailability
is indicated by the UnavailableException," +
+ JSR286_147(new TCK(147), "PLT.15.2.6", "If a permanent unavailability
is indicated by the UnavailableException," +
" the portlet container must remove the portlet from service immediately, call
the portlet’s destroy method," +
" and release the portlet object.")