Mercurial > hg > octave-nkf
comparison scripts/@ftp/display.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 |
---|---|
22 printf (" user: %s\n", obj.username); | 22 printf (" user: %s\n", obj.username); |
23 printf (" dir: %s\n", __ftp_pwd__ (obj.curlhandle)); | 23 printf (" dir: %s\n", __ftp_pwd__ (obj.curlhandle)); |
24 printf (" mode: %s\n", __ftp_mode__ (obj.curlhandle)); | 24 printf (" mode: %s\n", __ftp_mode__ (obj.curlhandle)); |
25 endfunction | 25 endfunction |
26 | 26 |
27 | |
28 ## No test possible for interactive function. | |
29 %!assert (1) | |
30 |