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

@@ -190,16 +190,6 @@
NaN,
"number");
var array = new Array(1,2,3)
a[i++] = new TestObject(
"dt.setDouble(array)",
"dt.PUB_DOUBLE",
"dt.getDouble()",
"typeof dt.getDouble()",
NaN,
"number");
a[i++] = new TestObject(
"dt.setDouble( MyObject )",
"dt.PUB_DOUBLE",

View File

@@ -191,16 +191,6 @@
NaN,
"number");
var array = new Array(1,2,3)
a[i++] = new TestObject(
"dt.setFloat(array)",
"dt.PUB_FLOAT",
"dt.getFloat()",
"typeof dt.getFloat()",
NaN,
"number");
a[i++] = new TestObject(
"dt.setFloat( MyObject )",
"dt.PUB_FLOAT",