Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Useless failures reports/broken testers
From: David Deakins (ddeakins_at_[hidden])
Date: 2009-01-08 00:51:22


David Deakins wrote:
> Gennadiy Rozental wrote:
>> David Deakins <ddeakins <at> veeco.com> writes:
>>
>>> Actually, just a little bit different. It is that Windows CE does
>>> not have any concept of environment variables that are accessible
>>> from an application.
>>>
>>
>> So, I can read, but I can't update? Or I can't do both. In later case
>> I would
>> simply disable whole environment subsystem.
>>
>
> No, you can't read or update. If there is a simple way to disable the
> environment-related classes when UNDER_CE is defined, that would
> probably be the most correct.
>

I attached a patch file that I think should resolve the Boost.Test
issues on WinCE related to environment variable support. As suggested,
it goes beyond the previous patch to disable inclusion of the
'runtime/env/' header files and use of env::get when UNDER_CE is
defined. Let me know if you see any problems with these patches.

Thanks,
-Dave




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