Mercurial > hg > octave-thorsten
changeset 10588:c1111769f595
test_struct: update expected error message text
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 28 Apr 2010 17:19:37 -0400 |
parents | eb69d94e8648 |
children | b6364a88de06 |
files | test/ChangeLog test/test_struct.m |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2010-04-28 John W. Eaton <jwe@octave.org> + + * test_struct.m: Update expected error message text. + 2010-03-19 Jaroslav Hajek <highegg@gmail.com> * test_slice.m: Use ID check rather than message for invalid resizing.
--- a/test/test_struct.m +++ b/test/test_struct.m @@ -180,7 +180,7 @@ %! [a(1:3).x] = deal ([1, 5], [3, 7], [8, 9]); %! [a(2:3).x(2)] = deal (10, 11); -%!error <can't perform indexing operations for cs-list type> +%!error <a cs-list cannot be further indexed> %! [a(1:3).x] = deal ([1, 5], [3, 7], [8, 9]); %! a(2:3).x(2);