aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-12-07 14:22:49 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-12-07 14:22:49 +0200
commitb18d75447928658826f05a7f1ab0279ac7cb671a (patch)
treea2e8bebd28da532b9f758a84238b62bf6d122529 /Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
parent9b6fe16ced68ee8d1fee849901594b926b0215d4 (diff)
downloadTango-b18d75447928658826f05a7f1ab0279ac7cb671a.tar.gz
Tango-b18d75447928658826f05a7f1ab0279ac7cb671a.zip
Some work on CodeGeneration and machine designer.
Implemented stubs CLI. Working on stubs UI.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
index b5240bd5f..b4dda025b 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
@@ -74,7 +74,8 @@ namespace Tango.UnitTesting
foreach (var machine in machines)
{
-
+ machine.SerialNumber = "1111";
+ machine.Save();
}
}
}