Mercurial > hg > octave-lyh
diff scripts/plot/orient.m @ 11473:44032aac5223
Correct failing error() tests due to change in capitalization of previous changeset.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 09 Jan 2011 21:45:12 -0800 |
parents | 1740012184f9 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/plot/orient.m +++ b/scripts/plot/orient.m @@ -100,7 +100,7 @@ %! assert (orient, "portrait") %! assert (get (hfig, "papersize"), papersize) %! assert (get (hfig, "paperposition"), tallpaperposition) -%!fail ("orient ('nobody')", "unknown orientation") +%!fail ("orient ('nobody')", "unknown ORIENTATION") %!test %! orient portrait # errors don't change the state %! assert (orient, "portrait")