diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-07 14:22:49 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-07 14:22:49 +0200 |
| commit | b18d75447928658826f05a7f1ab0279ac7cb671a (patch) | |
| tree | a2e8bebd28da532b9f758a84238b62bf6d122529 /Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs | |
| parent | 9b6fe16ced68ee8d1fee849901594b926b0215d4 (diff) | |
| download | Tango-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.cs | 3 |
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(); } } } |
