mirror of https://github.com/KLayout/klayout.git
Fixed RBA tests.
This commit is contained in:
parent
fd63d1017f
commit
b5faa7f6be
|
|
@ -345,9 +345,9 @@ class DBReaders_TestClass < TestBase
|
|||
conf.separate_groups = true
|
||||
assert_equal(conf.separate_groups, true)
|
||||
|
||||
assert_equal(conf.consider_map_file, true)
|
||||
conf.consider_map_file = false
|
||||
assert_equal(conf.consider_map_file, false)
|
||||
assert_equal(conf.map_file, "")
|
||||
conf.map_file = "xyz.map"
|
||||
assert_equal(conf.map_file, "xyz.map")
|
||||
|
||||
assert_equal(conf.lef_files.join(","), "")
|
||||
conf.lef_files = [ "u.lef", "v.lef" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue