mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 14:07:15 +02:00
Fixed qtbinding tests
This commit is contained in:
Vendored
+2
-1
@@ -809,7 +809,6 @@ class QtBinding_TestClass < TestBase
|
||||
assert_equal("%08x" % image.pixel(1, 0), "14131211")
|
||||
assert_equal("%08x" % image.pixel(0, 2), "64636261")
|
||||
|
||||
|
||||
end
|
||||
|
||||
def test_57
|
||||
@@ -851,6 +850,8 @@ class QtBinding_TestClass < TestBase
|
||||
assert_equal(h[RBA::Qt::MouseButton::RightButton], "right")
|
||||
assert_equal(h[RBA::Qt::MouseButton::NoButton], nil)
|
||||
|
||||
end
|
||||
|
||||
def test_60
|
||||
|
||||
# findChild, findChildren
|
||||
|
||||
Reference in New Issue
Block a user