rationalized context convertion to dict and string types
This commit is contained in:
+2
-3
@@ -74,7 +74,6 @@ func TestCtrlEnable(t *testing.T) {
|
||||
|
||||
if !CtrlDisable(ctx, varName) {
|
||||
t.Errorf(`%s -- CtrlEnable(ctx, %q) should have returned 'true', got 'false'`, section, varName)
|
||||
// t.Errorf(`%s -- CtrlEnable(ctx, %q) should have returned 'false', got 'true'`, section, varName)
|
||||
}
|
||||
|
||||
}
|
||||
@@ -88,7 +87,7 @@ func TestList(t *testing.T) {
|
||||
/* 3 */ {`string(($$global).funcs.bool)`, `bool(value):boolean{}`, nil},
|
||||
}
|
||||
|
||||
runTestSuiteSpec(t, section, inputs, 3)
|
||||
// runTestSuite(t, section, inputs)
|
||||
// runTestSuiteSpec(t, section, inputs, 3)
|
||||
runTestSuite(t, section, inputs)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user