commit | 21a8bd62f97f51f2bdea3c9188a02da72481d603 | [log] [tgz] |
---|---|---|
author | jonghwan.ko <jonghwan.ko@lge.com> | Wed Nov 18 09:20:36 2015 +0900 |
committer | jonghwan.ko <jonghwan.ko@lge.com> | Tue Dec 01 16:41:11 2015 +0900 |
tree | 341efbd4a3569679577c8cae4dc1895f1920129a | |
parent | 842be8f7a2e578e9235a135f6b027016c336a222 [diff] |
Fix for testBadSurfaceDimensions This test failed with device which has 480x320 LCD and vga Camera. Frameworks gave closest match as 640x480 and so preview size is set to 640x480 but since it checking with mOrderedPreviewSizes, corresponding size is not there and so it is asserting lie below mOrderedPreviewSizes.contains(actualSize) Change-Id: Id6a5f6285dbf22d22d56bc924a204d4721103a7a