From: James F. <jam...@gm...> - 2010-03-22 10:56:41
|
Hello All, as per last user group meeting, I have reviewed and added the ability for users and developers to test XQuery I did this by extruding Wolf's nascent xquery unit test into a lib (src/org/exist/xquery/lib/test.xq) which is now enabled by default in conf.xml.tmpl ala <!-- Test module --> <module src="resource:org/exist/xquery/lib/test.xq" uri="http://exist-db.org/xquery/testing"/> I have also started adding documentation under webapp/testing illustrating how to use XQuery unit tests in one's own code as well as how to integrate to test xquery within eXist core. James Fuller |