Override WindowType for tests
This commit is contained in:
parent
c0844a2a4c
commit
7d7ca4edbf
1 changed files with 3 additions and 0 deletions
|
|
@ -460,6 +460,9 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
staticDataPathOverride = TestContext.CurrentContext.ResolveProjectPath(5, "MatterControl", "StaticData");
|
||||
}
|
||||
|
||||
// Override the default SystemWindow type without config.json
|
||||
AggContext.Config.ProviderTypes.SystemWindow = "MatterHackers.Agg.UI.OpenGLSystemWindow, agg_platform_win32";
|
||||
|
||||
#if DEBUG
|
||||
string outputDirectory = "Debug";
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue