remove not required position absolute from tests
This commit is contained in:
@@ -1574,7 +1574,6 @@ public class YGAlignItemsTest {
|
||||
final YogaNode root = new YogaNode(config);
|
||||
root.setJustifyContent(YogaJustify.CENTER);
|
||||
root.setAlignItems(YogaAlign.CENTER);
|
||||
root.setPositionType(YogaPositionType.ABSOLUTE);
|
||||
root.setWidth(52f);
|
||||
root.setHeight(52f);
|
||||
|
||||
@@ -1632,7 +1631,6 @@ public class YGAlignItemsTest {
|
||||
final YogaNode root = new YogaNode(config);
|
||||
root.setJustifyContent(YogaJustify.CENTER);
|
||||
root.setAlignItems(YogaAlign.CENTER);
|
||||
root.setPositionType(YogaPositionType.ABSOLUTE);
|
||||
root.setWidth(52f);
|
||||
root.setHeight(52f);
|
||||
|
||||
@@ -1690,7 +1688,6 @@ public class YGAlignItemsTest {
|
||||
final YogaNode root = new YogaNode(config);
|
||||
root.setJustifyContent(YogaJustify.CENTER);
|
||||
root.setAlignItems(YogaAlign.CENTER);
|
||||
root.setPositionType(YogaPositionType.ABSOLUTE);
|
||||
root.setWidth(52f);
|
||||
root.setHeight(52f);
|
||||
|
||||
@@ -1746,7 +1743,6 @@ public class YGAlignItemsTest {
|
||||
final YogaNode root = new YogaNode(config);
|
||||
root.setJustifyContent(YogaJustify.CENTER);
|
||||
root.setAlignItems(YogaAlign.CENTER);
|
||||
root.setPositionType(YogaPositionType.ABSOLUTE);
|
||||
root.setWidth(52f);
|
||||
root.setHeight(52f);
|
||||
|
||||
|
@@ -1414,7 +1414,6 @@ public class YGMarginTest {
|
||||
|
||||
final YogaNode root = new YogaNode(config);
|
||||
root.setJustifyContent(YogaJustify.CENTER);
|
||||
root.setPositionType(YogaPositionType.ABSOLUTE);
|
||||
root.setWidth(52f);
|
||||
root.setHeight(52f);
|
||||
|
||||
@@ -1457,7 +1456,6 @@ public class YGMarginTest {
|
||||
|
||||
final YogaNode root = new YogaNode(config);
|
||||
root.setJustifyContent(YogaJustify.CENTER);
|
||||
root.setPositionType(YogaPositionType.ABSOLUTE);
|
||||
root.setWidth(52f);
|
||||
root.setHeight(52f);
|
||||
|
||||
@@ -1499,7 +1497,6 @@ public class YGMarginTest {
|
||||
|
||||
final YogaNode root = new YogaNode(config);
|
||||
root.setJustifyContent(YogaJustify.CENTER);
|
||||
root.setPositionType(YogaPositionType.ABSOLUTE);
|
||||
root.setWidth(52f);
|
||||
root.setHeight(52f);
|
||||
|
||||
@@ -1542,7 +1539,6 @@ public class YGMarginTest {
|
||||
|
||||
final YogaNode root = new YogaNode(config);
|
||||
root.setJustifyContent(YogaJustify.CENTER);
|
||||
root.setPositionType(YogaPositionType.ABSOLUTE);
|
||||
root.setWidth(52f);
|
||||
root.setHeight(52f);
|
||||
|
||||
|
Reference in New Issue
Block a user