Re: Failed to get the test results at [http://localhost:80/test/ServletRedirector]
Kazuhito SUGURI <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Senthil, In article <[email protected]>, Thu, 5 Jan 2006 16:07:15 -0800 (PST), senthil kumar <[email protected]> wrote: senthil_cbe> 3. My test class [snip] senthil_cbe> public void beginBasicAuthentication(WebRequest senthil_cbe> theRequest) [snip] senthil_cbe> public void testGetHVersionGID() throws Your test-case should have beginGetHVersionGID(WebRequest) method. The beginBasicAuthentication(WebRequest) method will be called for the corresponding testBasicAuthentication() method but not for the testGetHVersionGID(). You could find how Cactus runs at http://jakarta.apache.org/cactus/how_it_works.html Hope this helps, ---- Kazuhito SUGURI