Mercurial > hg > octave-nkf
comparison scripts/plot/ginput.m @ 13123:6efa1a691713
Add further tests for scripts/plot.
plot/close.m: Tests added.
plot/gca.m, plot/gcbf.m, plot/gcbo.m, plot/hggroup.m, plot/isfigure.m: Ditto.
plot/gtext.m, plot/ginput.m: Dummy test added.
author | Kai Habel <kai.habel@gmx.de> |
---|---|
date | Sun, 11 Sep 2011 18:24:58 +0200 |
parents | 8ac9687dbe9f |
children | c60a059a18bc |
comparison
equal
deleted
inserted
replaced
13122:f80273b38cc4 | 13123:6efa1a691713 |
---|---|
40 else | 40 else |
41 [varargout{:}] = feval (strcat ("__", toolkit, "_ginput__"), f, n); | 41 [varargout{:}] = feval (strcat ("__", toolkit, "_ginput__"), f, n); |
42 endif | 42 endif |
43 | 43 |
44 endfunction | 44 endfunction |
45 | |
46 ## Remove from test statistics. No real tests possible. | |
47 %!test | |
48 %! assert (1); |