# HG changeset patch # User Mike Miller # Date 1370062410 14400 # Node ID ab5d0b358b94e63a2da9cad65dbffce34565f9f4 # Parent 9ce08a1efc290ce75e04488de6d78f7e81d8f2a8 rgb2ind.m: fix input validation tests * rgb2ind.m: Fix input validation tests to accomodate recent change in input arguments. diff -r 9ce08a1efc29 -r ab5d0b358b94 scripts/image/rgb2ind.m --- a/scripts/image/rgb2ind.m Sat Jun 01 00:30:20 2013 -0400 +++ b/scripts/image/rgb2ind.m Sat Jun 01 00:53:30 2013 -0400 @@ -199,6 +199,5 @@ %% Test input validation %!error rgb2ind () -%!error rgb2ind (1,2) -%!error rgb2ind (1,2,3,4) +%!error rgb2ind (1,2,3,4,5,6,7)