projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ddbfb2
)
eina fixup matrix test
author
Cedric BAIL
<cedric@osg.samsung.com>
Tue, 20 Dec 2016 00:29:52 +0000
(16:29 -0800)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Tue, 20 Dec 2016 00:33:46 +0000
(16:33 -0800)
src/tests/eina/eina_test_matrix.c
patch
|
blob
|
history
diff --git
a/src/tests/eina/eina_test_matrix.c
b/src/tests/eina/eina_test_matrix.c
index
bfdafbf
..
e4b566a
100644
(file)
--- a/
src/tests/eina/eina_test_matrix.c
+++ b/
src/tests/eina/eina_test_matrix.c
@@
-760,12
+760,12
@@
START_TEST(eina_matrix3_map_transform)
ret = eina_matrix3_square_quad_map(&m, &q);
fail_if(ret != EINA_TRUE);
- fail_if(MATRIX3_CMP(m.xx, m.xy, m.xz,
- m.yx, m.yy, m.yz,
- m.zx, m.zy, m.zz,
- 3, 0, 0,
- 0, 3, 0,
- 0, 0, 1));
+ fail_if(
!
MATRIX3_CMP(m.xx, m.xy, m.xz,
+
m.yx, m.yy, m.yz,
+
m.zx, m.zy, m.zz,
+
3, 0, 0,
+
0, 3, 0,
+
0, 0, 1));
ret = eina_matrix3_quad_square_map(&m, &q);
fail_if(ret != EINA_TRUE);