Uploaded image for project: 'Pluto'
  1. Pluto
  2. PLUTO-653

TCK: V2RequestTests getPortalContext test cases only work for Apache Pluto

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • tck
    • None

    Description

      The following test cases hard code "pluto-portal-driver" in the context-path, which makes it impossible for other portlet container implementations to pass:

      • V2RequestTests_PortletRequest_ApiResource_getPortalContext
      • V2RequestTests_PortletRequest_ApiRender_getPortalContext
      • V2RequestTests_PortletRequest_ApiEvent_getPortalContext
      • V2RequestTests_PortletRequest_ApiAction_getPortalContext

      For example:

      RequestTests_PortletRequest_ApiResource.java
      if(gpc.startsWith("pluto-portal-driver/3.0")) {
          tr36.setTcSuccess(true);
      } else {
          tr36.setTcDetail("The PortalContext for the portal is invalid");
      }
      

      Attachments

        Issue Links

          Activity

            People

              msnicklous Scott Nicklous
              ngriffin7a Neil Griffin (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: