diff scripts/@ftp/loadobj.m @ 19341: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
line wrap: on
line diff
--- a/scripts/@ftp/loadobj.m	Fri Mar 14 02:04:09 2014 -0400
+++ b/scripts/@ftp/loadobj.m	Tue Feb 04 21:49:45 2014 -0500
@@ -34,3 +34,7 @@
   endif
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+