lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] Automated GUI testing, revisited


From: Greg Chicares
Subject: Re: [lmi] Automated GUI testing, revisited
Date: Wed, 12 Nov 2014 13:09:10 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 2014-11-09 01:21Z, Greg Chicares wrote:
[...]
> 00:37:07:     pdf_census: ERROR (Assertion 'fs::exists(composite_pdf_path)' 
> failed. [file /lmi/src/lmi/wx_test_pdf_create.cpp, line 135] )

With this change:

+LMI_ASSERT_WITH_MSG(fs::exists(composite_pdf_path), 
composite_pdf_path.string());
    LMI_ASSERT(fs::exists(composite_pdf_path));

rerunning this test gives:

pdf_census: ERROR (Assertion 'fs::exists(composite_pdf_path)' failed
(C:/opt/lmi/bin/unnamed15.composite.000000000.pdf).
[file /lmi/src/lmi/wx_test_pdf_create.cpp, line 135] )

I have no file named 'unnamed15.composite.000000000.pdf'
or anything similar. Any idea what's wrong? Wendy's email
of 2014-11-12 00:18Z also reports this test failing.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]