Re: Junit testing of restlet server?

2009-10-31 Thread Stephan Koops
Hi Ty, the API is designed to do he right thing, and to avoid invalid things. I think, without a code change it's not possible. You could perhaps try another client api, e.g. the apache client (I don't know, if it also avoid illegal values). best regards Stephan Ty schrieb: > Hi, > I am se

Junit testing of restlet server?

2009-10-30 Thread Ty
Hi, I am setting up a test harness for my restlet server; using junit inside Eclipse. I am using restlet to generate the client side messages and view the responses. It doesn't seem possible to generate bad HTTP headers with the restlet client. Whenever I try to create headers that are part o