aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-12-13 13:28:19 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-12-13 13:28:19 +0200
commit5babd8f257e9e6623ef1b0f1b17bc30619cc62bd (patch)
treebc93a6992374f91131252e490edd5907ca42d83f /Software/Visual_Studio/Tango.UnitTesting
parent9e82f9c21ff62e0541c1221c96f3d09f81e480d5 (diff)
downloadTango-5babd8f257e9e6623ef1b0f1b17bc30619cc62bd.tar.gz
Tango-5babd8f257e9e6623ef1b0f1b17bc30619cc62bd.zip
Improved Observable entities save procedures.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
index 571107031..abdded03e 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/CodeGeneration_TST.cs
@@ -34,10 +34,8 @@ namespace Tango.UnitTesting
{
machine.SerialNumber = "1111";
machine.Organization.Address.AddressString = "HOW HOW HOW";
- machine.Save(db);
+ machine.Save();
}
-
- db.SaveChanges();
}
}
}