aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
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);
}
}
}