Contains functional tests for the cookie-support.
ShowHeaders is a simple servlet that sends back all the headers it received
in a simple text stream.
I use it to verify that the applet runner correctly support cookies:
the test goes to the applet test page in way that ensures that a
well known cookie is set; one of the test applet calls the ShowHeaders
servlet and displays its anwser in a text field; a jemmy scenario then
checks that the text field contains the expected cookie.
|