summaryrefslogtreecommitdiff
path: root/py/tests/trans-test.py
diff options
context:
space:
mode:
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")