aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
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
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')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs3
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Synchronization_TST.cs2
2 files changed, 3 insertions, 2 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();
}
}
}
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Synchronization_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/Synchronization_TST.cs
index 3f39211cf..765d93115 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Synchronization_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Synchronization_TST.cs
@@ -36,7 +36,7 @@ namespace Tango.UnitTesting
{
LAST_UPDATED = DateTime.UtcNow,
GUID = Guid.NewGuid().ToString(),
- ADDRESS1 = "Demo Address",
+ ADDRESS_STRING = "Demo Address",
CITY = "Gan Yavne",
COUNTRY = "Israel",
COUNTRY_CODE = "IL",