aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/MachineService
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-10-26 17:34:11 +0200
committerAvi Levkovich <avi@twine-s.com>2020-10-26 17:34:11 +0200
commit730a3ec1157de96f74853e343b06725c647b3c13 (patch)
treeccd9dfd669b4d652fe8e9cdc8338ed7db905fa48 /Software/Visual_Studio/Tango.UnitTesting/MachineService
parent6a1dff8d05740d86d8fbcfc582818f802d62b13c (diff)
parent338d613fbf2d4e5302b66909ec7c703637829587 (diff)
downloadTango-730a3ec1157de96f74853e343b06725c647b3c13.tar.gz
Tango-730a3ec1157de96f74853e343b06725c647b3c13.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/MachineService')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs
index 68232e512..651b46835 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/MachineService/PPC_Controller_TST.cs
@@ -56,10 +56,7 @@ namespace Tango.UnitTesting.MachineService
}).Result;
//Should return setup information
- var res5 = client.MachineSetup(new MachineSetupRequest()
- {
- SerialNumber = "0003",
- }).GetAwaiter().GetResult();
+ var res5 = client.MachineSetup(new MachineSetupRequest()).GetAwaiter().GetResult();
//Now get DEV data source using the machine studio client in order to validate the setup information.
Tango.MachineStudio.Common.Web.MachineStudioWebClient msClient = new Tango.MachineStudio.Common.Web.MachineStudioWebClient(address, null);