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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user