Added Automated unit tests for Exporting GCode from the Downloads folder and for adding zip files to the Downloads Folder I flagged it to be Ignored currently but they are nearly done

This commit is contained in:
Gregory Diaz 2015-12-31 12:57:00 -08:00
parent b90746aad4
commit 5a1cd1b974
9 changed files with 182 additions and 13 deletions

View file

@ -78,6 +78,11 @@ namespace MatterHackers.MatterControl.UI
}
}
public static string PathToExportGcodeFolder
{
get { return Path.GetFullPath(Path.Combine("..", "..", "..", "..", "Tests", "TestData", "ExportedGcode", runName)); }
}
public static string PathToQueueItemsFolder(string queueItemToLoad)
{
string pathToQueueItemFolder = Path.Combine("..", "..", "..", "..", "Tests", "TestData", "QueueItems");