aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Pulse
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-04-22 13:03:09 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-04-22 13:03:09 +0300
commit14f0ccfdac1b5bcecab3854204be1e071faa80f5 (patch)
treef6f9006dbe62181b0600890e4bc9d460bb6a814d /Software/Visual_Studio/Tango.UnitTesting/Pulse
parent4dd32805d32e9e5e0769d12e537c81383563810f (diff)
downloadTango-14f0ccfdac1b5bcecab3854204be1e071faa80f5.tar.gz
Tango-14f0ccfdac1b5bcecab3854204be1e071faa80f5.zip
Applied proper permissions to color capture module.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Pulse')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs
index b25a3140b..073841997 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs
@@ -76,6 +76,8 @@ namespace Tango.UnitTesting.Pulse
TwnFile twnFile = TwnFile.FromFile(sampleFile);
var imgFile = TemporaryManager.Default.CreateFile(".png");
+ String json = twnFile.ToJsonString();
+
twnFile.Thumbnail.Save(imgFile, ImageFormat.Png);
Helper.ShowInExplorer(imgFile);