changeset 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 314b4de4bb6d
children 95efaf0574a7
files scripts/@ftp/ascii.m scripts/@ftp/binary.m scripts/@ftp/cd.m scripts/@ftp/close.m scripts/@ftp/delete.m scripts/@ftp/dir.m scripts/@ftp/display.m scripts/@ftp/ftp.m scripts/@ftp/loadobj.m scripts/@ftp/mget.m scripts/@ftp/mkdir.m scripts/@ftp/mput.m scripts/@ftp/rename.m scripts/@ftp/rmdir.m scripts/@ftp/saveobj.m
diffstat 15 files changed, 60 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/@ftp/ascii.m
+++ b/scripts/@ftp/ascii.m
@@ -30,3 +30,7 @@
   __ftp_ascii__ (f.curlhandle);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/binary.m
+++ b/scripts/@ftp/binary.m
@@ -29,3 +29,7 @@
   __ftp_binary__ (f.curlhandle);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/cd.m
+++ b/scripts/@ftp/cd.m
@@ -42,3 +42,7 @@
   path = __ftp_pwd__ (f.curlhandle);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/close.m
+++ b/scripts/@ftp/close.m
@@ -27,3 +27,7 @@
   __ftp_close__ (f.curlhandle);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/delete.m
+++ b/scripts/@ftp/delete.m
@@ -27,3 +27,7 @@
   __ftp_delete__ (f.curlhandle, file);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/dir.m
+++ b/scripts/@ftp/dir.m
@@ -32,3 +32,7 @@
   endif
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/display.m
+++ b/scripts/@ftp/display.m
@@ -24,3 +24,7 @@
   printf (" mode: %s\n", __ftp_mode__ (obj.curlhandle));
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/ftp.m
+++ b/scripts/@ftp/ftp.m
@@ -59,3 +59,7 @@
   endif
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/loadobj.m
+++ b/scripts/@ftp/loadobj.m
@@ -34,3 +34,7 @@
   endif
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/mget.m
+++ b/scripts/@ftp/mget.m
@@ -36,3 +36,7 @@
   __ftp_mget__ (f.curlhandle, file);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/mkdir.m
+++ b/scripts/@ftp/mkdir.m
@@ -27,3 +27,7 @@
   __ftp_mkdir__ (f.curlhandle, path);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/mput.m
+++ b/scripts/@ftp/mput.m
@@ -34,3 +34,7 @@
   endif
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/rename.m
+++ b/scripts/@ftp/rename.m
@@ -28,3 +28,7 @@
   __ftp_rename__ (f.curlhandle, oldname, newname);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/rmdir.m
+++ b/scripts/@ftp/rmdir.m
@@ -27,3 +27,7 @@
   __ftp_rmdir__ (f.curlhandle, path);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+
--- a/scripts/@ftp/saveobj.m
+++ b/scripts/@ftp/saveobj.m
@@ -22,3 +22,7 @@
   b.dir = __ftp_pwd__ (a.curlhandle);
 endfunction
 
+
+## No test possible for interactive function.
+%!assert (1)
+