Re: Can not delete cfs file

2005-04-05 Thread Gusenbauer Stefan
Gusenbauer Stefan wrote: >Erik Hatcher wrote: > > > >>On Apr 3, 2005, at 3:33 PM, Gusenbauer Stefan wrote: >> >> >> >>>Sorry for beeing late! >>>Only the test code wouldn't be very useful for understanding because >>>there are a lot of dependencies in the other code. I can explain what >>>I

Re: Can not delete cfs file

2005-04-04 Thread Gusenbauer Stefan
Erik Hatcher wrote: > > On Apr 3, 2005, at 3:33 PM, Gusenbauer Stefan wrote: > >> Sorry for beeing late! >> Only the test code wouldn't be very useful for understanding because >> there are a lot of dependencies in the other code. I can explain what >> I do: I open an IndexWrite close it then open

Re: Can not delete cfs file

2005-04-04 Thread Erik Hatcher
On Apr 3, 2005, at 3:33 PM, Gusenbauer Stefan wrote: Sorry for beeing late! Only the test code wouldn't be very useful for understanding because there are a lot of dependencies in the other code. I can explain what I do: I open an IndexWrite close it then open an IndexReader close it and open an

Re: Can not delete cfs file

2005-04-03 Thread Gusenbauer Stefan
Erik Hatcher wrote: Could you provide your test case code as well as the full stack trace of the error you're receiving? Erik On Apr 2, 2005, at 9:13 AM, Gusenbauer Stefan wrote: I'm writing a little application and therefore I've implemented unit tests. There i've a method to test my remove

Re: Can not delete cfs file

2005-04-02 Thread Erik Hatcher
Could you provide your test case code as well as the full stack trace of the error you're receiving? Erik On Apr 2, 2005, at 9:13 AM, Gusenbauer Stefan wrote: I'm writing a little application and therefore I've implemented unit tests. There i've a method to test my removeindex method, th

Re: Can not delete cfs file

2005-04-02 Thread Gusenbauer Stefan
Gusenbauer Stefan wrote: I'm writing a little application and therefore I've implemented unit tests. There i've a method to test my removeindex method, the problem is can't delete the cfs file. When i try to delete it manually it works. But within the tests the method cannot delete this file. I'

Can not delete cfs file

2005-04-02 Thread Gusenbauer Stefan
I'm writing a little application and therefore I've implemented unit tests. There i've a method to test my removeindex method, the problem is can't delete the cfs file. When i try to delete it manually it works. But within the tests the method cannot delete this file. I've searched through my c