[symfony-users] Re: Unable to load fixtures twice

2009-08-04 Thread Szabolcs Heilig
I think this bug affects you: http://trac.symfony-project.org/ticket/5861 I reported this a half year ago with patches. Try apply this patch against your copy of sfPropelData class. 2009/8/4 Adrien Mogenet > > Propel 1.3 > > > What ORM are you using? Doctrine or Propel? > --~--~-~--~--

[symfony-users] Re: Unable to load fixtures twice

2009-08-04 Thread Adrien Mogenet
I wrote another test case... and I was able to launch this test twice, even if I load fixtures. So I think it was due to my test, but now I have to investigate to find the reason :-) On 4 août, 13:55, Adrien Mogenet wrote: > Propel 1.3 > > On 4 août, 13:50, Szabolcs Heilig wrote: > > > > > Hell

[symfony-users] Re: Unable to load fixtures twice

2009-08-04 Thread Adrien Mogenet
Propel 1.3 On 4 août, 13:50, Szabolcs Heilig wrote: > Hello, > > What ORM are you using? Doctrine or Propel? > > I'm writing functional tests, and in bootstrap/functional.php I'm > > > loading my own fixtures files. > > It works fine the first time I launch my test (DB is empty at the > > beginn

[symfony-users] Re: Unable to load fixtures twice

2009-08-04 Thread Szabolcs Heilig
Hello, What ORM are you using? Doctrine or Propel? I'm writing functional tests, and in bootstrap/functional.php I'm > loading my own fixtures files. > It works fine the first time I launch my test (DB is empty at the > beginning). > Szabolcs HEILIG --~--~-~--~~~---~