Re: Servlet 3.1 tests

2013-04-11 Thread Remy Maucherat
On Wed, 2013-04-10 at 21:41 -0400, Mark Thomas wrote: > On 10/04/2013 09:43, Remy Maucherat wrote: > > Hi, > > > > Are there any good Servlet 3.1 tests around ? (besides the websockets > > impl) > > Not yet. We have Filip's initial implementation and a few a

Re: Servlet 3.1 tests

2013-04-10 Thread Mark Thomas
On 10/04/2013 09:43, Remy Maucherat wrote: Hi, Are there any good Servlet 3.1 tests around ? (besides the websockets impl) Not yet. We have Filip's initial implementation and a few associated tests but that is it. The Servlet 3.1 NIO stuff is next on my TODO list after the WebSocket

Servlet 3.1 tests

2013-04-10 Thread Remy Maucherat
Hi, Are there any good Servlet 3.1 tests around ? (besides the websockets impl) I doubt the Servlet TCK will have that sort of stuff, Servlet 3.0 wasn't very good for that beyond testing of a few specific aspects. Rémy ---