aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
index 159fbc930..3435021eb 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
@@ -27,17 +27,17 @@ namespace Tango.UnitTesting
[TestMethod]
public void Load_Observable_Machines()
{
- using (RemoteDB db = new RemoteDB(SettingsManager.Default.DataBase.SQLServerAddress, false))
- {
- List<Machine> machines = db.MACHINES.ToList().Select(x => new Machine(x)).ToList();
+ //using (RemoteDB db = new RemoteDB(SettingsManager.Default.DataBase.SQLServerAddress, false))
+ //{
+ // List<Machine> machines = db.MACHINES.ToList().Select(x => new Machine(x)).ToList();
- foreach (var machine in machines)
- {
- machine.SerialNumber = "1111";
- machine.Organization.Address.AddressString = "HOW HOW HOW";
- machine.Save();
- }
- }
+ // foreach (var machine in machines)
+ // {
+ // machine.SerialNumber = "1111";
+ // machine.Organization.Address.AddressString = "HOW HOW HOW";
+ // machine.Save();
+ // }
+ //}
}
}
}