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:
rogerl%netscape.com
1999-12-10 19:56:23 +00:00
parent f63c611cd5
commit d02bcc7362
11 changed files with 1 additions and 61 deletions

View File

@@ -114,7 +114,7 @@
function TestObject( description, javaField, javaMethod, javaType,
jsValue, jsType )
{
eval (description );
eval (description );
this.description = description;
this.javaFieldName = javaField;