[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] wx-2.9.2: "bug in wxDatePickerCtrl: m_date not in sync"
From: |
Greg Chicares |
Subject: |
Re: [lmi] wx-2.9.2: "bug in wxDatePickerCtrl: m_date not in sync" |
Date: |
Sun, 19 Jun 2011 23:23:16 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 |
On 2011-06-19 22:47Z, Vadim Zeitlin wrote:
> On Wed, 15 Jun 2011 21:41:21 +0000 Greg Chicares <address@hidden> wrote:
>
> GC> /opt/lmi/skeleton/bin[0]$./skeleton.exe --unit_test
>
> In any case, with these changes the test passes correctly for me. I notice
> that it still exits with 127 code but I'm not sure whether this indicates
> a real problem.
It's not a wx problem at all:
bool Skeleton::OnInitTryBlock()
...
if(run_unit_tests_and_exit_immediately_)
{
... [PLEASE SEE THE COMMENTS HERE]
return false;
}
but it does obstruct my hope of running this test automatically and
capturing a useful indicator that it succeeded. Could you please look
at the comments flagged in CAPITALS above and suggest a tasteful
technique?