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

@ -120,6 +120,7 @@ namespace MatterHackers.MatterControl
string exportGCodeText = LocalizedString.Get("Export as");
string exportGCodeTextFull = string.Format("{0} GCode", exportGCodeText);
Button exportGCode = textImageButtonFactory.Generate(exportGCodeTextFull);
exportGCode.Name = "Export as GCode Button";
exportGCode.HAnchor = HAnchor.ParentLeft;
exportGCode.Cursor = Cursors.Hand;
exportGCode.Click += new EventHandler((object sender, EventArgs e) =>