aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-11-27 21:51:38 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-11-27 21:51:38 +0200
commitdf2f9b27b12356d6e92c64a72049f0fc4e6b86c0 (patch)
tree049ced63087ef30986cc998f8546071e5894e37e /Software/Visual_Studio/Tango.UnitTesting
parent7060dc80c707fc0441ff69fe4f899107cb3f6fc1 (diff)
downloadTango-df2f9b27b12356d6e92c64a72049f0fc4e6b86c0.tar.gz
Tango-df2f9b27b12356d6e92c64a72049f0fc4e6b86c0.zip
Started Remote <=> Local Synchronization... /;
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/DAL_TST.cs2
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Protobuf_TST.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/DAL_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/DAL_TST.cs
index b56f04c70..a04e5605d 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/DAL_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/DAL_TST.cs
@@ -12,7 +12,7 @@ namespace Tango.UnitTesting
[TestMethod]
public void Validate_Server_SQLServer_Connection()
{
- Guid guid = Guid.NewGuid();
+ String guid = Guid.NewGuid().ToString();
using (var db = new DAL.Remote.DB.RemoteDB("LOCALHOST\\SQLEXPRESS", false))
{
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Protobuf_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/Protobuf_TST.cs
index ed3bfbb7d..b6304d451 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Protobuf_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Protobuf_TST.cs
@@ -97,7 +97,7 @@ namespace Tango.UnitTesting
}
/// <summary>
- /// Calls a C++ native library and get a result.
+ /// Calls a C++ native library using protobuf and gets a result.
/// </summary>
[TestMethod]
public void Call_CPP_And_Get_Result()