aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.UITests
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-31 15:59:02 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-31 15:59:02 +0200
commite86fb1e3f847ee5646fe40b52bcf478bc9ce4b64 (patch)
tree8faab087dbc6e13d5c83960ff344a77825dc21b7 /Software/Visual_Studio/Utilities/Tango.UITests
parent650af0554b902837f8e146d690aca24e4f60ec29 (diff)
downloadTango-e86fb1e3f847ee5646fe40b52bcf478bc9ce4b64.tar.gz
Tango-e86fb1e3f847ee5646fe40b52bcf478bc9ce4b64.zip
Added Trigger for machine delete to erase configuration & IDS Packs also!
Implemented Machine creation dialog in machine designer.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.UITests')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.UITests/MainWindow.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.UITests/MainWindow.xaml.cs b/Software/Visual_Studio/Utilities/Tango.UITests/MainWindow.xaml.cs
index 673136df9..0b06438b1 100644
--- a/Software/Visual_Studio/Utilities/Tango.UITests/MainWindow.xaml.cs
+++ b/Software/Visual_Studio/Utilities/Tango.UITests/MainWindow.xaml.cs
@@ -45,7 +45,7 @@ namespace Tango.UITests
MachineVersion version = db.MachineVersions.First();
await version.ApplyPrototypeMachine(machine, db);
- Machine m = await version.CreatePrototypeMachine(db);
+ Machine m = version.CreatePrototypeMachine(db);
}
}