On Sun, 23 Jan 2011, Tobias Schlitt wrote: > I discovered an issue with dependent tests in Template and provided a > patch for it in [1]. My fix introduces a new method on > ezcTemplateConfiguration in order to be able to set a fresh > configuration instance for every test case. > > Please review the patch and give me feedback if the solution is OK to you.
I am not really happy with this, but I always hated the singleton template configuration as well. The correct way would be to get rid of the singleton crap here all together, but in the meanwhile this works as a good workaround. cheers, Derick
