changeset 26254:741968251fca

legend.m: Update failing BIST test now that "bestoutside" is implemented. * legend.m: Remove BIST test looking for failure when "bestoutside" location is used.
author Rik <rik@octave.org>
date Mon, 17 Dec 2018 11:00:37 -0800
parents 339db43aa056
children 36b96226107c
files scripts/plot/appearance/legend.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/appearance/legend.m	Mon Dec 17 10:58:53 2018 -0800
+++ b/scripts/plot/appearance/legend.m	Mon Dec 17 11:00:37 2018 -0800
@@ -1826,7 +1826,6 @@
 %! unwind_protect
 %!   plot (1:10);
 %!   fail ("legend ('location','best')", "warning", "'best' not yet implemented");
-%!   fail ("legend ('location','bestoutside')", "warning", "'best' not yet implemented");
 %! unwind_protect_cleanup
 %!   close (hf);
 %! end_unwind_protect