Updated tests to account for new LiveConnect behaviour for JS array type
as input argumnet - it used to be handled as any other JS object, but there are now new rules for arrays, invalidating portions of these tests. git-svn-id: svn://10.0.0.236/trunk@55855 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
function TestObject( description, javaField, javaMethod, javaType,
|
||||
jsValue, jsType )
|
||||
{
|
||||
eval (description );
|
||||
eval (description );
|
||||
|
||||
this.description = description;
|
||||
this.javaFieldName = javaField;
|
||||
|
||||
Reference in New Issue
Block a user