Re: Re building dom3 tests
"Curt Arnold" <[email protected]>
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <010b01c202e3$99cf8120$a800a8c0@CurtMicron> |
> I will probably run into some issues when I'm writing tests. > Right now there doesn't seem to be a short definition for vars(need that > for constants like MODE_SYNCHRONOUS). You could add: <var name="MODE_SYNCHRONOUS" type="int" value="2"/> into the declarations part of your test, but that could result in a duplicate definition error depending on the binding. Entity references could be used, but I think the current approach of just using the defined integer value is probably the least trouble.