Re: [Monetdb-developers] Testing code

2012-01-10 Thread Charalampos Nikolaou
Thanks for the feedback. It appeared that I was running Mtest.py and mserver5 from different builds which caused the different output. The html file produced by Mdiff contained only differences in the number of lines starting with # or =, etc. Babis On Tue, Jan 10, 2012 at 10:00 PM, Stefan Manego

Re: [Monetdb-developers] Testing code

2012-01-10 Thread Stefan Manegold
On Tue, Jan 10, 2012 at 08:25:21PM +0100, Sjoerd Mullender wrote: > On 2012-01-10 19:54, Charalampos Nikolaou wrote: > > Hi, > > > > I have written some code and now I would like to make changes and > > still be sure that the new changes are correct. So, I have written > > some scenarios in mal an

Re: [Monetdb-developers] Testing code

2012-01-10 Thread Sjoerd Mullender
On 2012-01-10 19:54, Charalampos Nikolaou wrote: > Hi, > > I have written some code and now I would like to make changes and > still be sure that the new changes are correct. So, I have written > some scenarios in mal and put it in a Tests directory. I have read the > README file under testing/ di