On print complete text show printer name
This commit is contained in:
parent
e5684e6437
commit
55a6f0fdc7
22 changed files with 39 additions and 31 deletions
|
|
@ -87,7 +87,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
Assert.AreEqual(newName, printerTab.Title);
|
||||
|
||||
// Validate that the settings layer reflects the new name
|
||||
Assert.AreEqual(newName, printer.Settings.GetValue(SettingsKey.printer_name));
|
||||
Assert.AreEqual(newName, printer.PrinterName);
|
||||
|
||||
return Task.CompletedTask;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue