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:
parent
b90746aad4
commit
5a1cd1b974
9 changed files with 182 additions and 13 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue