Re: DOML3 core test case questions
Curt Arnold <[email protected]> Thu, 13 Nov 2003 08:01:06 -0600
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
Curt Arnold wrote: > > Neil Delima wrote: > >> <assertEquals actual="param" expected='Boolean.TRUE' id="blah"/> <!-- >> again possible validation errors --> >> >> >> > Boolean.TRUE is way too much of a Java-ism. Write it as > expected="true" and I'll make sure the transform and infrastructure do > the right thing. > Actually, write it as: <assertTrue actual="param" id="blah"/>