[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1644) DBUnit integration for SeamTest

Christian Bauer (JIRA) jira-events at lists.jboss.org
Wed Jul 11 12:07:31 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1644?page=all ]

Christian Bauer updated JBSEAM-1644:
------------------------------------

    Attachment: DBUnitSeamTest.java

For the docs, a typical DBUnit XML dataset file looks as follows:

<?xml version="1.0"?>
<dataset>

    <USERS
        USER_ID = "1"
        OBJ_VERSION = "0"
        FIRSTNAME = "System" LASTNAME = "Administrator"
        USERNAME = "admin"
        PASSWORDHASH = "21232f297a57a5a743894a0e4a801fc3"
        EMAIL = "admin at email.tld"
        ACTIVATED = "true"
        CREATED_ON = "2006-06-27 13:45:00"
    />

</dataset>

> DBUnit integration for SeamTest
> -------------------------------
>
>                 Key: JBSEAM-1644
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1644
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Test Harness
>            Reporter: Christian Bauer
>         Attachments: DBUnitSeamTest.java
>
>
> Attached a class I wrote to handle my unit tests which require some baseline data in the database. If we want a compile-time dependency on DBUnit in Seam, we should add it to the Seam distribution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list