Author: markt Date: Fri Jan 15 19:22:42 2010 New Revision: 899770 URL: http://svn.apache.org/viewvc?rev=899770&view=rev Log: Fix TCK failure. Trying to assign an object of the wrong type to an array should throw a ClassCaseException.
Modified: tomcat/trunk/java/javax/el/LocalStrings.properties Modified: tomcat/trunk/java/javax/el/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/el/LocalStrings.properties?rev=899770&r1=899769&r2=899770&view=diff ============================================================================== --- tomcat/trunk/java/javax/el/LocalStrings.properties (original) +++ tomcat/trunk/java/javax/el/LocalStrings.properties Fri Jan 15 19:22:42 2010 @@ -22,3 +22,4 @@ propertyReadError=Error reading ''{1}'' on type {0} propertyWriteError=Error writing ''{1}'' on type {0} resolverNotWritable=ELResolver not writable for type {0} +objectNotAssignable=Unable to add an object of type [{0}] to an array of objects of type [{1}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org