Merge pull request #928 from Blizzard/fix-test_configset
sometimes due to ordering of test, we're in a rule scope.
This commit is contained in:
commit
9517fd54b8
@ -17,6 +17,7 @@
|
||||
local cset, parentset
|
||||
|
||||
function suite.setup()
|
||||
local wks = test.createWorkspace()
|
||||
parentset = configset.new()
|
||||
cset = configset.new(parentset)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user