summaryrefslogtreecommitdiff
path: root/py/tests/trans-test.py
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2018-08-28 09:40:01 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2018-08-28 09:40:01 +0300
commit7700684ff6935c462a0797d66127a921e1670e47 (patch)
treeb409b3c0786096fd3ae9df18c9802696ee64d4e8 /py/tests/trans-test.py
parentfa5373b65dbe71f235cc4caddd66b3a51b0fafc1 (diff)
py/tests: rename zorder to zpos
zpos is the official property. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'py/tests/trans-test.py')
-rwxr-xr-xpy/tests/trans-test.py16
1 files changed, 8 insertions, 8 deletions
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")