I've got JUnitEE running my tests, and it's great, but the icons in the results page (red cross, green tick etc.) aren't disaplyed. I've checked, and they're in the resources package of the junitee.jar. When I look at the image properties the path is <myhost>/<mycontext>/TestServlet/<imagename.png> Is that correct? Do I need to manually put the image files somewhere to get them to show up?
Thanks,
Sparrott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've got JUnitEE running my tests, and it's great, but the icons in the results page (red cross, green tick etc.) aren't disaplyed. I've checked, and they're in the resources package of the junitee.jar. When I look at the image properties the path is <myhost>/<mycontext>/TestServlet/<imagename.png> Is that correct? Do I need to manually put the image files somewhere to get them to show up?
Thanks,
Sparrott
Never mind, sorted now. My URL Mapping for the test servlet was /TestServlet rather than /TestServlet/*