aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-24 11:38:25 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-24 11:38:25 +0300
commita4f4b3be2917b13667217cf826c21e8bd644a8c4 (patch)
treedee7be70c85238433f3aa06bc41f6fdcc70d5972 /Software/Visual_Studio/Tango.UnitTesting
parentcf83283f25844b9b673b7adc9bb851bcf19a399d (diff)
downloadTango-a4f4b3be2917b13667217cf826c21e8bd644a8c4.tar.gz
Tango-a4f4b3be2917b13667217cf826c21e8bd644a8c4.zip
Machine Studio v3.5.54
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs2
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 35248c862..9b2251a51 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/RemoteRunner_TST.cs
@@ -42,7 +42,7 @@ namespace Tango.UnitTesting
String uploadFileName = "RemoteRunnerExeTest.zip";
String executeFileName = "RemoteRunnerExeTest.exe";
- FileInfo exeFile = new FileInfo(Helper.GetResourcePath(uploadFileName));
+ System.IO.FileInfo exeFile = new System.IO.FileInfo(Helper.GetResourcePath(uploadFileName));
var uploadResponse = transporter.SendRequest<FileUploadRequest, FileUploadResponse>(new FileUploadRequest()
{