Override WindowType for tests

This commit is contained in:
John Lewin 2017-10-12 12:48:16 -07:00
parent c0844a2a4c
commit 7d7ca4edbf

View file

@ -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