aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-15 15:26:00 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-15 15:26:00 +0300
commit4a1c6d6322ef7e5021df6190920e42dc0bc06df9 (patch)
tree428f32a98b4339977e4c8c931df6b09b266af018 /Software/Visual_Studio/Tango.UnitTesting
parente1ce4bbfebc27e9c0ce2b4d305246407273aaed0 (diff)
downloadTango-4a1c6d6322ef7e5021df6190920e42dc0bc06df9.tar.gz
Tango-4a1c6d6322ef7e5021df6190920e42dc0bc06df9.zip
Embedded Mirta project in solution.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs
index 3fc02976c..cbec7e86b 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/ColorLib_TST.cs
@@ -27,15 +27,15 @@ namespace Tango.UnitTesting
conversionInput.ColorSpace = PMR.ColorLab.ColorSpace.Rgb;
conversionInput.InputCoordinates = new InputCoordinates();
- conversionInput.SegmentLength = 100;
+ conversionInput.SegmentLength = 10;
conversionInput.InputCoordinates.Red = 50;
conversionInput.InputCoordinates.Green = 100;
conversionInput.InputCoordinates.Blue = 200;
- conversionInput.ThreadL = 100;
- conversionInput.ThreadA = 0.00526049995830391;
- conversionInput.ThreadB = -0.010408184525267927;
+ conversionInput.ThreadL = 92.1815;
+ conversionInput.ThreadA = 2.2555;
+ conversionInput.ThreadB = -10.9325;
using (ObservablesContext db = ObservablesContext.CreateDefault())
{