comparison scripts/@ftp/ascii.m @ 19499:0f70468a56cd

Remove interactive ftp functions from list of functions missing BIST tests. * @ftp/ascii.m, @ftp/binary.m, @ftp/cd.m, @ftp/close.m, @ftp/delete.m, @ftp/dir.m, @ftp/display.m, @ftp/ftp.m, @ftp/loadobj.m, @ftp/mget.m, @ftp/mkdir.m, @ftp/mput.m, @ftp/rename.m, @ftp/rmdir.m, @ftp/saveobj.m: Add %!assert (1) to remove these interactive functions from the list of functions missing tests.
author Mike Sander <msander@cogeco.ca>
date Tue, 04 Feb 2014 21:49:45 -0500
parents d63878346099
children 4197fc428c7d
comparison
equal deleted inserted replaced
19498:314b4de4bb6d 19499:0f70468a56cd
28 28
29 function ascii (f) 29 function ascii (f)
30 __ftp_ascii__ (f.curlhandle); 30 __ftp_ascii__ (f.curlhandle);
31 endfunction 31 endfunction
32 32
33
34 ## No test possible for interactive function.
35 %!assert (1)
36