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
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
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
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
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
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'
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