Fix UTCs for EncodedBufferImage & HitTestAlgorithm 91/38591/3
authorYoonsang Lee <ysang114.lee@samsung.com>
Wed, 22 Apr 2015 10:28:11 +0000 (19:28 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Tue, 19 May 2015 07:52:05 +0000 (00:52 -0700)
commit6c2ffc254dc624d5b246c032d47a94814873a8f6
tree6c9db6ce59a50a491049a25f0e4c8d8e06227e61
parentb2d7005decec186072bb44c52c2a815ceb9c3528
Fix UTCs for EncodedBufferImage & HitTestAlgorithm

- UtcDaliEncodedBufferImageNew02, UtcDaliEncodedBufferImageNew03 :
Assertion message can be different depending on --enable-debug flag, so
remove code to check assertion message.
- UtcDaliHitTestAlgorithmOrtho02 : Maybe due to different machine
precision, the desktop & m0 report different results. So change to
epsilon based comparision to pass for both environments.

Change-Id: I1c5a528a59fd64d7dfb62f05c9222dd428162886
automated-tests/src/dali/utc-Dali-EncodedBufferImage.cpp
automated-tests/src/dali/utc-Dali-HitTestAlgorithm.cpp