jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.86k stars 1.91k forks source link

Remove `@Disabled` on ResourceTest test case #12492

Closed janbartel closed 5 days ago

janbartel commented 1 week ago

Remove the @Disabled with comment from testEqualsWindowsCaseInsensitiveDrive test. Looking back in jetty history this test has always succeeded because the type of the Resource is PathResource, which supports the equals() method.