diff options
| author | Shai Frieder <Shai.Frieder@twine-s.com> | 2019-04-28 08:58:52 +0300 |
|---|---|---|
| committer | Shai Frieder <Shai.Frieder@twine-s.com> | 2019-04-28 08:58:52 +0300 |
| commit | 6b30868785f35d90c63407b807fa3ad5eb51ecef (patch) | |
| tree | 13659e5021487a4e236c3ca6fed4e3606159ecff /Software/Visual_Studio/Tango.UnitTesting | |
| parent | 62732deacc1abdf0fcdea93353d6cd0a5a65bdc3 (diff) | |
| parent | 47a05089a3dc2a077f09c1844386e2b6301cb462 (diff) | |
| download | Tango-6b30868785f35d90c63407b807fa3ad5eb51ecef.tar.gz Tango-6b30868785f35d90c63407b807fa3ad5eb51ecef.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/Pulse/Pulse_TST.cs | 2 |
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); |
