You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Michelle Caisse (JIRA)" <ji...@apache.org> on 2005/10/12 00:43:05 UTC

[jira] Created: (JDO-184) Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

Collection fieldtypes tests leave cruft in SIMPLE_CLASS table
-------------------------------------------------------------

         Key: JDO-184
         URL: http://issues.apache.org/jira/browse/JDO-184
     Project: JDO
        Type: Bug
  Components: tck20  
    Reporter: Michelle Caisse


The collection fieldtypes tests (org.apache.jdo.tck.models.fieldtypes.Test*Collections.java) use the addTearDownClass(Class cls) method to clean up objects which they instantiate and persist.  However, the SimpleClass objects that are referenced by the Test*Collections object and persisted in the  SIMPLE_CLASS table are left behind.

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


[jira] Assigned: (JDO-184) Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

Posted by "Michelle Caisse (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-184?page=all ]

Michelle Caisse reassigned JDO-184:
-----------------------------------

    Assign To: Michelle Caisse

> Collection fieldtypes tests leave cruft in SIMPLE_CLASS table
> -------------------------------------------------------------
>
>          Key: JDO-184
>          URL: http://issues.apache.org/jira/browse/JDO-184
>      Project: JDO
>         Type: Bug
>   Components: tck20
>     Reporter: Michelle Caisse
>     Assignee: Michelle Caisse

>
> The collection fieldtypes tests (org.apache.jdo.tck.models.fieldtypes.Test*Collections.java) use the addTearDownClass(Class cls) method to clean up objects which they instantiate and persist.  However, the SimpleClass objects that are referenced by the Test*Collections object and persisted in the  SIMPLE_CLASS table are left behind.

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


[jira] Closed: (JDO-184) Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

Posted by "Michelle Caisse (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-184?page=all ]
     
Michelle Caisse closed JDO-184:
-------------------------------


> Collection fieldtypes tests leave cruft in SIMPLE_CLASS table
> -------------------------------------------------------------
>
>          Key: JDO-184
>          URL: http://issues.apache.org/jira/browse/JDO-184
>      Project: JDO
>         Type: Bug
>   Components: tck20
>     Reporter: Michelle Caisse
>     Assignee: Michelle Caisse

>
> The collection fieldtypes tests (org.apache.jdo.tck.models.fieldtypes.Test*Collections.java) use the addTearDownClass(Class cls) method to clean up objects which they instantiate and persist.  However, the SimpleClass objects that are referenced by the Test*Collections object and persisted in the  SIMPLE_CLASS table are left behind.

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


[jira] Reopened: (JDO-184) Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

Posted by "Michael Bouschen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-184?page=all ]
     
Michael Bouschen reopened JDO-184:
----------------------------------


> Collection fieldtypes tests leave cruft in SIMPLE_CLASS table
> -------------------------------------------------------------
>
>          Key: JDO-184
>          URL: http://issues.apache.org/jira/browse/JDO-184
>      Project: JDO
>         Type: Bug

>   Components: tck20
>     Reporter: Michelle Caisse
>     Assignee: Michelle Caisse

>
> The collection fieldtypes tests (org.apache.jdo.tck.models.fieldtypes.Test*Collections.java) use the addTearDownClass(Class cls) method to clean up objects which they instantiate and persist.  However, the SimpleClass objects that are referenced by the Test*Collections object and persisted in the  SIMPLE_CLASS table are left behind.

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


[jira] Resolved: (JDO-184) Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

Posted by "Michelle Caisse (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-184?page=all ]
     
Michelle Caisse resolved JDO-184:
---------------------------------

    Resolution: Fixed

revision 321252

Added addTearDownClass(SimpleClass.class);

> Collection fieldtypes tests leave cruft in SIMPLE_CLASS table
> -------------------------------------------------------------
>
>          Key: JDO-184
>          URL: http://issues.apache.org/jira/browse/JDO-184
>      Project: JDO
>         Type: Bug
>   Components: tck20
>     Reporter: Michelle Caisse
>     Assignee: Michelle Caisse

>
> The collection fieldtypes tests (org.apache.jdo.tck.models.fieldtypes.Test*Collections.java) use the addTearDownClass(Class cls) method to clean up objects which they instantiate and persist.  However, the SimpleClass objects that are referenced by the Test*Collections object and persisted in the  SIMPLE_CLASS table are left behind.

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


[jira] Closed: (JDO-184) Collection fieldtypes tests leave cruft in SIMPLE_CLASS table

Posted by "Michael Bouschen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JDO-184?page=all ]
     
Michael Bouschen closed JDO-184:
--------------------------------

    Fix Version: JDO 2 beta
     Resolution: Fixed

> Collection fieldtypes tests leave cruft in SIMPLE_CLASS table
> -------------------------------------------------------------
>
>          Key: JDO-184
>          URL: http://issues.apache.org/jira/browse/JDO-184
>      Project: JDO
>         Type: Bug

>   Components: tck20
>     Reporter: Michelle Caisse
>     Assignee: Michelle Caisse
>      Fix For: JDO 2 beta

>
> The collection fieldtypes tests (org.apache.jdo.tck.models.fieldtypes.Test*Collections.java) use the addTearDownClass(Class cls) method to clean up objects which they instantiate and persist.  However, the SimpleClass objects that are referenced by the Test*Collections object and persisted in the  SIMPLE_CLASS table are left behind.

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