Cleanup from code review

This commit is contained in:
2022-11-01 16:12:32 -05:00
parent 165583cd98
commit 683b3c658d
46 changed files with 1662 additions and 165 deletions

View File

@ -135,7 +135,7 @@ public class TestUtils
qInstance.addBackend(defineMemoryBackend());
try
{
new ScriptsMetaDataProvider().defineStandardScriptsTables(qInstance, defineMemoryBackend().getName(), null);
new ScriptsMetaDataProvider().defineAll(qInstance, defineMemoryBackend().getName(), null);
}
catch(Exception e)
{