diff --git a/util/test/tests/Iter_Test.py b/util/test/tests/Iter_Test.py index bf644d7c6..11faa9a5b 100644 --- a/util/test/tests/Iter_Test.py +++ b/util/test/tests/Iter_Test.py @@ -182,6 +182,8 @@ class Iter_Test(rdtest.TestCase): # TODO, query for some pixel this action actually touched. x = int(random.random()*viewport.width + viewport.x) y = int(random.random()*viewport.height + viewport.y) + x = abs(x) + y = abs(y) target = rd.ResourceId.Null()