Revise Oem settings tests

- Remove no longer necessary LayerInfo class
 - Remove now redundant MaterialLayers, QualityLayers properties
 - Remove ConfigIni property
 - Remove unused functions
 - Refactor tests to receive a PrinterSettings param
This commit is contained in:
John Lewin 2016-07-20 15:23:26 -07:00
parent 4cc03074da
commit 4d0fb6e67c
2 changed files with 67 additions and 125 deletions

View file

@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
{
public class PrinterSettings
{
// Latest version should be 2016|06|08|1
// Latest version should be in the form of:
// Year|month|day|versionForDay (to support multiple revisions on a given day)
public static int LatestVersion { get; } = 201606271;