mirror of https://github.com/KLayout/klayout.git
Fixed qtbinding tests
This commit is contained in:
parent
292892d1ae
commit
b8dc34fc94
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue