From c149d3110dca4d6cda32d7e845fb0c7269c479ac Mon Sep 17 00:00:00 2001 From: Andrew Rasmussen Date: Mon, 29 Sep 2014 14:07:47 -0700 Subject: [PATCH] rename position: absolute test case --- src/__tests__/Layout-test.c | 2 +- src/__tests__/Layout-test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/__tests__/Layout-test.c b/src/__tests__/Layout-test.c index 3c6ab1ae..b6ae7e4a 100644 --- a/src/__tests__/Layout-test.c +++ b/src/__tests__/Layout-test.c @@ -3163,7 +3163,7 @@ int main() } } - test("should layout with absolutely position bottom", root_node, root_layout); + test("should layout with position: absolute and another sibling", root_node, root_layout); } /** END_GENERATED **/ return tests_finished(); diff --git a/src/__tests__/Layout-test.js b/src/__tests__/Layout-test.js index cf632c20..f72cab8d 100755 --- a/src/__tests__/Layout-test.js +++ b/src/__tests__/Layout-test.js @@ -942,7 +942,7 @@ describe('Layout', function() { ); }); - it('should layout with absolutely position bottom', function() { + it('should layout with position: absolute and another sibling', function() { testLayout( {style: {}, children: [ {style: {width: 50, height: 100}},