[http://www.dbunit.org/ DbUnit] is a very handy tool for inserting test data into your database or confirming data after your tests. Sometimes, however, you run into gotchas.
[http://www.systemmobile.com/wp/?p=109 Inserting timestamps] -- They have to be formatted as "yyyy-MM-dd HH:mm:ss.fffffffff"
[http://idiacomputing.com/moin/PrimaryKeyGeneration#head-d7949da7a424b68c0ae6279e11b7e8718331321e autonumbered primary keys] -- you've got to let DbUnit generate the keys.
