From 7700684ff6935c462a0797d66127a921e1670e47 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 28 Aug 2018 09:40:01 +0300 Subject: py/tests: rename zorder to zpos zpos is the official property. Signed-off-by: Tomi Valkeinen --- py/tests/trans-test.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'py/tests/trans-test.py') diff --git a/py/tests/trans-test.py b/py/tests/trans-test.py index 3f1e8f9..43506a4 100755 --- a/py/tests/trans-test.py +++ b/py/tests/trans-test.py @@ -86,7 +86,7 @@ def test_am5_trans_dest(): "SRC_H": fb.height << 16, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": z, + "zpos": z, }) input("press enter\n") @@ -104,7 +104,7 @@ def test_am5_trans_dest(): "SRC_H": fb.height << 16, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": z, + "zpos": z, }) input("press enter\n") @@ -153,7 +153,7 @@ def test_am5_trans_src(): "SRC_H": fb.height << 16, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": z, + "zpos": z, }) input("press enter\n") @@ -171,7 +171,7 @@ def test_am5_trans_src(): "SRC_H": fb.height << 16, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": z, + "zpos": z, }) input("press enter\n") @@ -223,7 +223,7 @@ def test_am4_normal_trans_dst(): "SRC_H": fb.height << 16, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": z, + "zpos": z, }) input("press enter\n") @@ -241,7 +241,7 @@ def test_am4_normal_trans_dst(): "SRC_H": fb.height << 16, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": z, + "zpos": z, }) input("press enter\n") @@ -289,7 +289,7 @@ def test_am4_normal_trans_src(): "SRC_H": fb.height << 16, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": z, + "zpos": z, }) input("press enter\n") @@ -307,7 +307,7 @@ def test_am4_normal_trans_src(): "SRC_H": fb.height << 16, "CRTC_W": fb.width, "CRTC_H": fb.height, - "zorder": z, + "zpos": z, }) input("press enter\n") -- cgit v1.2.3