Re: Error in DOM spec? CharacterData interface

> To examplify:
> We have made an interface in C++ that of course uses an unsigned number,
> and we have made a JNI interface on top of this to actually "conformance"
> test
> the C++ implementation with the NIST Java conformance tests.
>
> If Java passes a negative number, this will be translated to a large
> unsigned number in C++
> and the behaviour of these two different possibilities are specified to be
> different.

In the DOM Test Suite effort currently underway, tests that depend on
support for signed numbers can be declared as such and can be supressed for
bindings that use unsigned numbers.

Received on Wednesday, 19 September 2001 20:31:57 UTC