You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Scott Nicklous (JIRA)" <ji...@apache.org> on 2014/09/02 16:10:21 UTC

[jira] [Created] (PLUTO-627) The TCK: ResourceResponse#createXxxURL method have incorrect method signature

Scott Nicklous created PLUTO-627:
------------------------------------

             Summary: The TCK: ResourceResponse#createXxxURL method have incorrect method signature
                 Key: PLUTO-627
                 URL: https://issues.apache.org/jira/browse/PLUTO-627
             Project: Pluto
          Issue Type: Bug
          Components: portlet container
            Reporter: Scott Nicklous
            Priority: Minor


TCK testing: The ResourceResponse#createXxxURL methods should throw an InvalidStateException, however, they apparently do not. 

To reproduce the problem, use the TCK command:
mvn test -Prun-tck -Dtest.module=V2SigTestsResource_ResourceResponse_SIGResource_hasCreate

Test results (from log):
Aug 27, 2014 4:44:30 PM javax.portlet.tck.beans.ClassChecker hasMethod
FINE: Method name: createActionURL
results of exception check: false
method exceptions: []
expected exceptions: [class java.lang.IllegalStateException]

Aug 27, 2014 4:44:30 PM javax.portlet.tck.beans.ClassChecker hasMethod
FINE: added exception types
Aug 27, 2014 4:44:30 PM javax.portlet.tck.beans.ClassChecker hasMethod
FINE: Method name: createRenderURL
results of exception check: false
method exceptions: []
expected exceptions: [class java.lang.IllegalStateException]

Aug 27, 2014 4:44:30 PM javax.portlet.tck.beans.ClassChecker hasMethod
FINE: added exception types
Aug 27, 2014 4:44:30 PM javax.portlet.tck.beans.ClassChecker hasMethod
FINE: Method name: createResourceURL
results of exception check: false
method exceptions: []
expected exceptions: [class java.lang.IllegalStateException]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)