mirror of https://github.com/KLayout/klayout.git
Fixed unit tests for non-Qt case
This commit is contained in:
parent
01deb480bf
commit
139010686d
|
|
@ -49,6 +49,10 @@ class LAYMainWindow_TestClass < TestBase
|
|||
|
||||
# smoke test
|
||||
|
||||
if !RBA.constants.member?(:Application)
|
||||
return
|
||||
end
|
||||
|
||||
app = RBA::Application.instance
|
||||
mw = app.main_window
|
||||
s = mw.synchronous
|
||||
|
|
|
|||
Loading…
Reference in New Issue