Re: dom test suite
"Rick Rivello" <[email protected]>
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
Jeroen
Not sure if this is what you are looking for but
I have attached some files that I use to run a single
test outside the testsuite.
The file trni.java is a test for traversal/range.
The file getXMLDocument.java loads the file and testResults.java
checks the results.
Rick Rivello
----- Original Message -----
From: "Jeroen van Rotterdam" <[email protected]>
To: <[email protected]>
Cc: <[email protected]>
Sent: Monday, January 06, 2003 3:24 PM
Subject: dom test suite
>
> Mary,
>
> Every time I try to spend time on the DOM test suite I hit the problem that
> the test suite build is failing for some kind of zip file.
>
> After fixing this in the build.xml by omitting these sub specs I start
> building a test which I then try to generate and build using the suite.
>
> The problem with that is that it takes way too long before you can debug
> your tests if you use the suite to generate and build it.
>
> Did you use a shortcut to generate, build and debug a simple java test ?
>
> Thanks in advance,
>
> jeroen
>
> =====
> X-Hive Corporation
> Jeroen van Rotterdam, CEO
> e-mail: [email protected]
> phone: +31 10 2818080
> http://www.x-hive.com
>
>
getXMLDocument.java
(application/octet-stream, 508 B) - not displayed
testResults.java
(application/octet-stream, 848 B) - not displayed
trni.java
(application/octet-stream, 1.5 KB) - not displayed
traversal.xml
(text/xml, 125 B)
<?xml version="1.0"?> <!DOCTYPE traversal SYSTEM "traversal.dtd" [ ]> <root-traversal> <nodea>test</nodea> </root-traversal>
traversal.dtd
(text/xml, 62 B)
<!ELEMENT nodea (#PCDATA)> <!ELEMENT traversal-root (nodea)+>