From b91bc8b3fc804b5708ebf9c068b9e90a738c17f9 Mon Sep 17 00:00:00 2001 From: Andrew Rasmussen Date: Thu, 25 Sep 2014 16:21:20 -0700 Subject: [PATCH] rename position: absolute bottom 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 4e7ce09e..d6340b9c 100644 --- a/src/__tests__/Layout-test.c +++ b/src/__tests__/Layout-test.c @@ -3162,7 +3162,7 @@ int main() } } - test("should layout with ne3gative flex", root_node, root_layout); + test("should layout with absolutely position bottom", root_node, root_layout); } { diff --git a/src/__tests__/Layout-test.js b/src/__tests__/Layout-test.js index d40358ae..4dcd29d5 100755 --- a/src/__tests__/Layout-test.js +++ b/src/__tests__/Layout-test.js @@ -945,7 +945,7 @@ describe('Layout', function() { ); }); - it('should layout with ne3gative flex', function() { + it('should layout with absolutely position bottom', function() { testLayout( {style: {}, children: [ {style: {width: 50, height: 100}},