mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
change ossl tests setup
This commit is contained in:
@@ -71,6 +71,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.Tests
|
||||
xengineConfig.Set("AllowOSFunctions", "true");
|
||||
xengineConfig.Set("OSFunctionThreatLevel", "Severe");
|
||||
|
||||
IConfig oconfig = initConfigSource.AddConfig("OSSL");
|
||||
oconfig.Set("DebuggerSafe", false);
|
||||
oconfig.Set("Enabled", "true");
|
||||
oconfig.Set("AllowOSFunctions", "true");
|
||||
oconfig.Set("OSFunctionThreatLevel", "Severe");
|
||||
|
||||
IConfig modulesConfig = initConfigSource.AddConfig("Modules");
|
||||
modulesConfig.Set("InventoryAccessModule", "BasicInventoryAccessModule");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user