diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-29 14:26:54 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-29 14:26:54 +0200 |
| commit | 1e2ae1c1973fd5661815f18c93ee1171a5c08da5 (patch) | |
| tree | 08b3473e7fd141bd379cf7d6d52bd698c307f97c /Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs | |
| parent | 9e6d1ddfb42c4e8357bd75c2b1d6f84df1ea1966 (diff) | |
| download | Tango-1e2ae1c1973fd5661815f18c93ee1171a5c08da5.tar.gz Tango-1e2ae1c1973fd5661815f18c93ee1171a5c08da5.zip | |
Working on machine studio storage module.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs index 9b2251a51..0fdd437f0 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs @@ -46,7 +46,7 @@ namespace Tango.UnitTesting var uploadResponse = transporter.SendRequest<FileUploadRequest, FileUploadResponse>(new FileUploadRequest() { - FileName = uploadFileName, + Path = uploadFileName, Length = exeFile.Length, }).Result.Message; |
