Skip to content

Instantly share code, notes, and snippets.

@artem-sh
Created November 27, 2012 16:27
Show Gist options
  • Save artem-sh/4155259 to your computer and use it in GitHub Desktop.
Save artem-sh/4155259 to your computer and use it in GitHub Desktop.
DbUnit initial data for integration test
<?xml version="1.0" encoding="UTF-8"?>
<dataset>
<user id="1" firstname="Firstname1" lastname="Lastname1"/>
<user id="2" firstname="Firstname2" lastname="Lastname2"/>
</dataset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment