Issue 126619 - main/basebmp/test/basictest.cxx fails on Mac OS X 10.10
Summary: main/basebmp/test/basictest.cxx fails on Mac OS X 10.10
Status: RESOLVED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 4.2.0-dev
Hardware: Mac OS X 10.10
: P5 (lowest) Normal (vote)
Target Milestone: 4.2.0
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-31 13:37 UTC by Pathangi Jatinshravan
Modified: 2015-11-09 07:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.2.0-dev
Developer Difficulty: ---


Attachments
Fixes the above error by modifying the assert block (827 bytes, patch)
2015-10-31 13:37 UTC, Pathangi Jatinshravan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Pathangi Jatinshravan 2015-10-31 13:37:50 UTC
Created attachment 85089 [details]
Fixes the above error by modifying the assert block

The error got on running build inside the basebmp directory:

 error: no matching conversion for functional-style cast from 'PaletteMemorySharedVector' (aka 'shared_ptr<const std::vector<Color> >') to '::testing::AssertionResult'
    ASSERT_TRUE( pDevice->getPalette() ) << "Palette existence";
Comment 1 damjan 2015-10-31 13:48:05 UTC
Patch committed in revision 1711631, resolving fixed. Thank you very much for your contribution!