Re: add_config test

2006-03-16 Thread Philippe M. Chiasson
Randy Kobes wrote: > On Sat, 11 Mar 2006, Randy Kobes wrote: > > >>The t/TestAPI/add_config test fails for me on Win32 >>because the current way of getting the directory in >>on line 58 of add_config.pm produces an invalid directory >>name on Windows due the

Re: add_config test

2006-03-13 Thread Randy Kobes
On Mon, 13 Mar 2006, Philippe M. Chiasson wrote: Randy Kobes wrote: The t/TestAPI/add_config test fails for me on Win32 because the current way of getting the directory in on line 58 of add_config.pm produces an invalid directory name on Windows due the the presence of the drive letter. This

Re: add_config test

2006-03-13 Thread Philippe M. Chiasson
Randy Kobes wrote: > The t/TestAPI/add_config test fails for me on Win32 > because the current way of getting the directory in > on line 58 of add_config.pm produces an invalid directory > name on Windows due the the presence of the drive letter.

Re: add_config test

2006-03-12 Thread Randy Kobes
On Sat, 11 Mar 2006, Randy Kobes wrote: The t/TestAPI/add_config test fails for me on Win32 because the current way of getting the directory in on line 58 of add_config.pm produces an invalid directory name on Windows due the the presence of the drive letter. This diff: [ ... ] fixes it for

add_config test

2006-03-11 Thread Randy Kobes
The t/TestAPI/add_config test fails for me on Win32 because the current way of getting the directory in on line 58 of add_config.pm produces an invalid directory name on Windows due the the presence of the drive letter. This diff: = Index