Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Failure in Servlet Test # getEffectiveMajorVersionTest



On 6/16/20 4:04 PM, Gurkan Erdogdu wrote:
Hi
Currently getEffectiveMajorVersionTest compares the version as 3. This will be 5 in Jakarta. Will we update it to 5 right in test code right?

Nice find, yes! :-)

Description of "Servlet:JAVADOC:685" which is mentioned in the below tests:
"
Gets the major version of the Servlet specification that the application represented by this ServletContext is based on. The value returned may be different from #getMajorVersion, which returns the major version of the Servlet specification supported by the Servlet container.
"

Could you please create a tracking issue and pull request for fixing this.

Thank you!


Failed tests:

  * com/sun/ts/tests/servlet/api/jakarta_servlet/servletcontext30/URLClient.java#getEffectiveMajorVersionTest:
    URLClient_getEffectiveMajorVersionTest
  * com/sun/ts/tests/servlet/pluggability/api/jakarta_servlet/servletcontext30/URLClient.java#getEffectiveMajorVersionTest:
URLClient_getEffectiveMajorVersionTest
Regards.
Gurkan

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev




Back to the top