[OS-JIRA] Created: (CAY-274) Have unit tests default to embedded HSQL db

From: jir..bjectstyle.org
Date: Sat Feb 12 2005 - 11:21:16 EST

  • Next message: jir..bjectstyle.org: "[OS-JIRA] Created: (CAY-275) Fix regression tests / document that they only work with Oracle"

    Message:

      A new issue has been created in JIRA.

    ---------------------------------------------------------------------
    View the issue:

      http://objectstyle.org/jira/secure/ViewIssue.jspa?key=CAY-274

    Here is an overview of the issue:
    ---------------------------------------------------------------------
            Key: CAY-274
        Summary: Have unit tests default to embedded HSQL db
           Type: Improvement

         Status: Assigned
       Priority: Minor

        Project: Cayenne
     Components:
                 Cayenne Core Library
       Versions:
                 1.2 [DEV]

       Assignee: Mike Kienenberger
       Reporter: Mike Kienenberger

        Created: Sat, 12 Feb 2005 11:21 AM
        Updated: Sat, 12 Feb 2005 11:21 AM

    Description:
    Have unit tests default to embedded HSQL db.

    We already ship with the necessary software -- it's a matter of correctly setting a classpath and five java properties if java property cayenne.test.connection is undefined.

    embedded-hsqldb.cayenne.adapter = org.objectstyle.cayenne.dba.hsqldb.HSQLDBAdapter
    embedded-hsqldb.jdbc.username = sa
    embedded-hsqldb.jdbc.password =
    embedded-hsqldb.jdbc.url = jdbc:hsqldb:mem:aname
    embedded-hsqldb.jdbc.driver = org.hsqldb.jdbcDriver

    ---------------------------------------------------------------------
    JIRA INFORMATION:
    This message is automatically generated by JIRA.

    If you think it was sent incorrectly contact one of the administrators:
       http://objectstyle.org/jira/secure/Administrators.jspa

    If you want more information on JIRA, or have a bug to report see:
       http://www.atlassian.com/software/jira



    This archive was generated by hypermail 2.0.0 : Sat Feb 12 2005 - 11:21:17 EST