changeset 16713:ab5d0b358b94

rgb2ind.m: fix input validation tests * rgb2ind.m: Fix input validation tests to accomodate recent change in input arguments.
author Mike Miller <mtmiller@ieee.org>
date Sat, 01 Jun 2013 00:53:30 -0400
parents 9ce08a1efc29
children fbf4b4ff4548
files scripts/image/rgb2ind.m
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)