|
From: <tor...@t-...> - 2004-09-16 20:54:46
|
Loren, > So the small number of regression tests I have now pass. It appears > that the wording of some of the error messages changed, and I changed > the test code to match. Spring IDE's problem marker which are created via BeansCoreUtils.createproblemMarker() hold additional data (defined in the interface org.springframework.ide.eclipse.beans.core.IBeansProjectMarker). You can use "marker.getAttribute(IBeansProjectMarker.ERROR_CODE, IBeansProjectMarker.ERROR_CODE_NONE) == IBeansProjectMarker.ERROR_CODE_xxx" to check for a specific validation error. For possible validation errors and their problem marker data please refer to org.springframework.ide.eclipse.beans.core.model.BeansConfigValidator. Cheers, Torsten On 16.09.2004, at 19:53, Loren Rosen wrote: > So the small number of regression tests I have now pass. It appears > that the wording of some of the error messages changed, and I changed > the test code to match. > > There are of course many more tests that should be written, but what I > have can be checked in. Only stumbling block being the permissions > issue with adding new CVS modules. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer |