[jdom-commits] updates to jdom-test

philip.nelson at omniresources.com philip.nelson at omniresources.com
Mon Jun 25 21:16:17 PDT 2001


Yet another JCVS oddity made me miss a number of update messages.  I updated
junit.jar and it updated all modified code and files with the same message.
I'll have to see if it updated anything else unintended. sigh....

build.xml
added a testui target that launches the JUnit swing ui.  Cool in that you
can run individual test cases again and again and junit will reload your
classes for you, allowing a compile test cycle.

Alltests.java
added code to call the junit swing ui.
added TestDocument to the suite.

TestDocument.java
first release of test cases for Document

all other test cases
commented out tests for deprecated methods
updated with renamed method calls as needed.
removed tests for behaviour unlikely to be implemented (like verifying
textual content)

we are at 150 test cases, most of which run multiple tests and assertions.
With the Document patches I sent in today, there were only 5 errors.



More information about the jdom-commits mailing list