Re: Revision 417 -- tests are broke
- Posted by CChris <christian.cuvier at agricu?ture.gouv?fr> May 08, 2008
- 662 views
Jeremy Cowgar wrote: > > Jeremy Cowgar wrote: > > > > Chris, > > > > I did an SVN up and the tests do not run any more due to a syntax error, > > missing > > an ending paren in two places. > > > > Then when I run the tests, functions that previously worked no longer work. > > > > Can you please run the unittests before committing? > > > > Ok, after fixing the syntax errors in the unittests, I looked at the results. > The functions are returning incorrect values. So, my subject is not correct. > The tests are not broke, the functions are. > > -- > Jeremy Cowgar > <a href="http://jeremy.cowgar.com">http://jeremy.cowgar.com</a> Running the unit tests means the interpreter should choose the right include files, and it must be the the right interpreter as well. EUING and EUDIR normally take care, but changing them under Windows is a pain (need to reboot the machine). Is anything like configuration files that override the environment working? btw, which routines don't return as expected? CChris