blob: 8433721fabe6f2b39b666eeb2068a7310e183444 [file] [log] [blame]
LiveConnect 3.0 JavaScript to Java Data Type Conversion number conversion to char
PASS dt.setChar(java.lang.Character.MAX_VALUE +1); dt.PUB_CHAR threw exception ReferenceError: Can't find variable: java.
PASS dt.setChar(java.lang.Character.MAX_VALUE +1); dt.getChar() threw exception ReferenceError: Can't find variable: java.
PASS typeof dt.getChar() is 'number'
PASS successfullyParsed is true
TEST COMPLETE