Perhaps I shouldn't intrude in this thread but I ran across this maven plugin for a test tool called DBUnit http://dbunit.sourceforge.net/
http://mojo.codehaus.org/dbunit-maven-plugin/ I haven't used this tool however, I was thinking you could perhaps test 2 things at once. You could start up an XWiki using ant exec and then write some junit test for the XMLRPC interface to execute an api that saves data into database then use the dbunit compare to compare the a dataset saved in the database with a previously set of (verified) data extracted with dbunit export. Just a thought. - Glenn Everitt -- View this message in context: http://www.nabble.com/-Important--More-stability-needed---To-all-committers-tp16527927p16537392.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

