Boost logo

Boost Testing :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-10-26 17:29:03


"Jim Douglas" <jim_at_[hidden]> wrote in message
news:djjmaf$2gl$1_at_sea.gmane.org...
> Beman Dawes wrote:
>> "Jim Douglas" <jim_at_[hidden]> wrote in message
>> news:dji8er$uvu$1_at_sea.gmane.org...
>>>(I have run the test
>>>suite on filesystem and it passes all tests with one modification.)
>>
>> Please post a patch so I can see what needs to be done for
>> Boost.Filesystem
>> to support QNX.
>
> The 'remove()' function is non-compliant in that it will only work on
> files, not directories. This bug has been acknowledged by QSSL and will
> be fixed sometime. So for now you need to force the use of rmdir() &
> unlink() as you do for Metroworks by amending line 640 in
> operations_posix_windows.cpp to be:
>
> #if defined(__QNXNTO__) || ( /* your current test here */ )

OK, applied to HEAD, RC_1_33_0, and I18n.

Thanks for the patch!

--Beman


Boost-testing list run by mbergal at meta-comm.com