aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-05-15 16:19:53 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-15 16:19:53 +0300
commit18755770512c7542ca82e4e1f73c8998c720c3b4 (patch)
tree518694a756c19e197f6d6d67ab95a930bfa0a4b1 /Software/Visual_Studio/Tango.UnitTesting
parent20fc9c6e153e409ddb92be2bdd1e49dd2b40473b (diff)
parentbc8f67547d767a22a5da85bef322a8c15503197c (diff)
downloadTango-18755770512c7542ca82e4e1f73c8998c720c3b4.tar.gz
Tango-18755770512c7542ca82e4e1f73c8998c720c3b4.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs
index 59237b4a0..c4332a146 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/TCC/TCC_TST.cs
@@ -32,7 +32,6 @@ namespace Tango.UnitTesting.TCC
{
DetectionInput input = new DetectionInput()
{
- Number = 5,
Columns = 10,
Rows = 11,
TargetIndex = 99,
@@ -78,8 +77,6 @@ namespace Tango.UnitTesting.TCC
}
Helper.ShowInExplorer(benchmarksCsvFile);
-
- Assert.IsTrue(output.Number == 15);
}
}
}