Extract automation tests to a separate assembly to ensure isolation/clean startup
- Fall back to English if translation data is missing, rather than crashing - Dump test name to console when running test harness to troubleshoot hangs
This commit is contained in:
parent
b70da46e69
commit
879a2856d3
18 changed files with 227 additions and 19 deletions
|
|
@ -32,7 +32,6 @@ using MatterHackers.Agg.Image;
|
|||
using MatterHackers.Agg.PlatformAbstract;
|
||||
using MatterHackers.Agg.UI;
|
||||
using MatterHackers.Agg.UI.Tests;
|
||||
using MatterHackers.GuiAutomation;
|
||||
using MatterHackers.MatterControl.DataStorage;
|
||||
using NUnit.Framework;
|
||||
using System;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue