Re: [Wikitech-l] SQL error in unit tests getting ignored

2012-06-20 Thread Antoine Musso
Le 19/06/12 21:29, Jeroen De Dauw a écrit : > > I refactored some code and then ran tests to see if it all still worked. I > forgot renaming a database field somewhere, so had a query that failed. > Instead of throwing an exception with the information that would have made > the nature of the issu

[Wikitech-l] SQL error in unit tests getting ignored

2012-06-19 Thread Jeroen De Dauw
Hey, I refactored some code and then ran tests to see if it all still worked. I forgot renaming a database field somewhere, so had a query that failed. Instead of throwing an exception with the information that would have made the nature of the issue obvious, DatabaseBase::select returned false ca