aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-07 16:59:51 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-07 16:59:51 +0300
commit3bcad30c7eacb41c134631f79bb50957751f11c7 (patch)
treee58a6d7f885944bb7a89838aa2e4a33b3179e159 /Software/Visual_Studio/Tango.UnitTesting
parent8f65c009737752aaf3c504fb281875c2c41e8555 (diff)
downloadTango-3bcad30c7eacb41c134631f79bb50957751f11c7.tar.gz
Tango-3bcad30c7eacb41c134631f79bb50957751f11c7.zip
Machine Studio v2.7
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/SQLExaminer_TST.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/SQLExaminer_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/SQLExaminer_TST.cs
index 8aa1fe5a3..32aaa4485 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/SQLExaminer_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/SQLExaminer_TST.cs
@@ -326,6 +326,8 @@ namespace Tango.UnitTesting
{
Assert.IsTrue(context.Jobs.Any(x => x.Guid == job_guid));
}
+
+ //Now change configuration in source and push to machine
}
}
}