comparison scripts/plot/util/clf.m @ 25231:e1024058833c stable

test: change remaining %!xtests into %!tests * tar.m, zip.m, fminsearch.m: Change %!xtest into %!test. Add or update FIXME comments in case tests fail on some systems. * clf.m, speed.m: Change %!xtest into %!test.
author Mike Miller <mtmiller@octave.org>
date Thu, 12 Apr 2018 12:09:14 -0700
parents 6652d3823428
children bb4af245dff7
comparison
equal deleted inserted replaced
25220:07bddddc5856 25231:e1024058833c
109 %! assert (isempty (get (gcf, "children"))); 109 %! assert (isempty (get (gcf, "children")));
110 %! unwind_protect_cleanup 110 %! unwind_protect_cleanup
111 %! close (hf); 111 %! close (hf);
112 %! end_unwind_protect 112 %! end_unwind_protect
113 113
114 %!xtest 114 %!test
115 %! set (0, "defaultfigurevisible", "off"); 115 %! set (0, "defaultfigurevisible", "off");
116 %! hf = figure ("visible", "off"); 116 %! hf = figure ("visible", "off");
117 %! unwind_protect 117 %! unwind_protect
118 %! plot (1:10); 118 %! plot (1:10);
119 %! set (hf, "papertype", "tabloid"); 119 %! set (hf, "papertype", "tabloid");