Title:
[ANeff] Bug for: cfftp's existsfile returnValue is True/False instead of YES/NO
| View in TrackerStatus/Resolution/Reason: To Fix/Fixed/Bounced
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff ()
Created: 06/10/2017
Components: Net Protocols, FTP
Versions: 2016,11.0
Failure Type: Comestic Issue
Found In Build/Fixed In Build: 2016.0.01.298513 / 308389
Priority/Frequency: Minor /
Locale/System: / Win 2012 Server x64
Vote Count: 0
cfftp's existsfile returnValue is True/False instead of YES/NO
This is inconsistent w/:
1) cfftp's existsdir (it returns YES/NO)
2) fileExists() (it returns YES/NO)
3) directoryExists() (it returns YES/NO)
Repro:
cfftp(action="existsfile", remoteFile="foo.txt", result="r", server=myServer, username=myUsername, password=myPassword);
writeOutput(r.returnValue);
Actual result: True or False
Expected result: YES or NO
Attachments:
Comments: