blob: f7c33ba4b9ad58a8cd3631b9ed39d30ecb12f2b3 [file] [log] [blame]
LiveConnect 3.0 JavaScript to Java Data Type Conversion boolean conversion
FAIL dt.setInteger( true ); dt.PUB_INT should throw an exception. Was 1.
FAIL dt.setInteger( true ); dt.getInteger() should throw an exception. Was 1.
PASS typeof dt.getInt() threw exception TypeError: 'undefined' is not a function (evaluating 'dt.getInt()').
PASS successfullyParsed is true
TEST COMPLETE