Updated: 2005/02/19 09:36:12 julian


  Thanks for downloading SDOM!  See the INSTALL file for installation 
instructions.

TESTS
=====

  SDOM comes with a test suite based on the Java DOM test suite.  Load or 
compile the tests.scm file in your Scheme environment and run the 'run-tests' 
procedure to execute all the tests in the SDOM test suite -- the output will 
indicate, via a boolean value, whether or not each test passed.  You can also 
run individual tests by calling their corresponding procedures, which have the 
same names as the strings in the master report.  For example, the output of 
run-tests might contain:

  documentadoptnode-12..................#t
  documentadoptnode-13..................#t
  documentadoptnode-14..................#t
  documentadoptnode-15..................#f

...meaning that you can run the 'documentadoptnode-15' procedure to execute the
documentadoptnode-15 test by itself (and get the error that caused it fail).
