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 "Michael Bouschen (JIRA)" <ji...@apache.org> on 2005/09/21 11:48:27 UTC

[jira] Created: (JDO-142) Restructure query test packages

Restructure query test packages
-------------------------------

         Key: JDO-142
         URL: http://issues.apache.org/jira/browse/JDO-142
     Project: JDO
        Type: Improvement
  Components: tck20  
    Reporter: Michael Bouschen
 Assigned to: Michael Bouschen 


Today, there are two query packages in tck20
- org.apache.jdo.tck.query
- org.apache.jdo.tck.query.operators

We need to add a couple of new query test classes covering the new JDO2 query features.  This is too much for the existing packages. I propose to retsructure the existing test packages in preparation to the new query test cases. 

The proposal is to move non-abstract query test classes to the following subpackages of org.apache.jdo.tck.query:
- api: testing the javax.jdo.Query API methods 
- jdoql: testing JDOQL language features
- jdoql.keywords: JDOQL keyword related tests
- jdoql.methods: testing methods supported by JDOQL
- jdoql.parameters: testing queries with parameters
- jdoql.variables: testing queries with variables
- jdoql.operators: testing binary operators in JDOQL
- result: testing query result handling

The following packages will be added later along with the JDO2 test cases: 
- org.apache.jdo.tck.query.sql: testing SQL queries executed from a Query instance
- org.apache.jdo.tck.query.delete: testing delete queries 

-- 
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-142) Restructure query test packages

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

    Fix Version: JDO 2 beta
     Resolution: Fixed

> Restructure query test packages
> -------------------------------
>
>          Key: JDO-142
>          URL: http://issues.apache.org/jira/browse/JDO-142
>      Project: JDO
>         Type: Improvement

>   Components: tck20
>     Reporter: Michael Bouschen
>     Assignee: Michael Bouschen
>      Fix For: JDO 2 beta

>
> Today, there are two query packages in tck20
> - org.apache.jdo.tck.query
> - org.apache.jdo.tck.query.operators
> We need to add a couple of new query test classes covering the new JDO2 query features.  This is too much for the existing packages. I propose to retsructure the existing test packages in preparation to the new query test cases. 
> The proposal is to move non-abstract query test classes to the following subpackages of org.apache.jdo.tck.query:
> - api: testing the javax.jdo.Query API methods 
> - jdoql: testing JDOQL language features
> - jdoql.keywords: JDOQL keyword related tests
> - jdoql.methods: testing methods supported by JDOQL
> - jdoql.parameters: testing queries with parameters
> - jdoql.variables: testing queries with variables
> - jdoql.operators: testing binary operators in JDOQL
> - result: testing query result handling
> The following packages will be added later along with the JDO2 test cases: 
> - org.apache.jdo.tck.query.sql: testing SQL queries executed from a Query instance
> - org.apache.jdo.tck.query.delete: testing delete queries 

-- 
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-142) Restructure query test packages

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


> Restructure query test packages
> -------------------------------
>
>          Key: JDO-142
>          URL: http://issues.apache.org/jira/browse/JDO-142
>      Project: JDO
>         Type: Improvement
>   Components: tck20
>     Reporter: Michael Bouschen
>     Assignee: Michael Bouschen

>
> Today, there are two query packages in tck20
> - org.apache.jdo.tck.query
> - org.apache.jdo.tck.query.operators
> We need to add a couple of new query test classes covering the new JDO2 query features.  This is too much for the existing packages. I propose to retsructure the existing test packages in preparation to the new query test cases. 
> The proposal is to move non-abstract query test classes to the following subpackages of org.apache.jdo.tck.query:
> - api: testing the javax.jdo.Query API methods 
> - jdoql: testing JDOQL language features
> - jdoql.keywords: JDOQL keyword related tests
> - jdoql.methods: testing methods supported by JDOQL
> - jdoql.parameters: testing queries with parameters
> - jdoql.variables: testing queries with variables
> - jdoql.operators: testing binary operators in JDOQL
> - result: testing query result handling
> The following packages will be added later along with the JDO2 test cases: 
> - org.apache.jdo.tck.query.sql: testing SQL queries executed from a Query instance
> - org.apache.jdo.tck.query.delete: testing delete queries 

-- 
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-142) Restructure query test packages

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


> Restructure query test packages
> -------------------------------
>
>          Key: JDO-142
>          URL: http://issues.apache.org/jira/browse/JDO-142
>      Project: JDO
>         Type: Improvement

>   Components: tck20
>     Reporter: Michael Bouschen
>     Assignee: Michael Bouschen

>
> Today, there are two query packages in tck20
> - org.apache.jdo.tck.query
> - org.apache.jdo.tck.query.operators
> We need to add a couple of new query test classes covering the new JDO2 query features.  This is too much for the existing packages. I propose to retsructure the existing test packages in preparation to the new query test cases. 
> The proposal is to move non-abstract query test classes to the following subpackages of org.apache.jdo.tck.query:
> - api: testing the javax.jdo.Query API methods 
> - jdoql: testing JDOQL language features
> - jdoql.keywords: JDOQL keyword related tests
> - jdoql.methods: testing methods supported by JDOQL
> - jdoql.parameters: testing queries with parameters
> - jdoql.variables: testing queries with variables
> - jdoql.operators: testing binary operators in JDOQL
> - result: testing query result handling
> The following packages will be added later along with the JDO2 test cases: 
> - org.apache.jdo.tck.query.sql: testing SQL queries executed from a Query instance
> - org.apache.jdo.tck.query.delete: testing delete queries 

-- 
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-142) Restructure query test packages

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

    Resolution: Fixed

Checked in query test repackaging (see revision 290687).

> Restructure query test packages
> -------------------------------
>
>          Key: JDO-142
>          URL: http://issues.apache.org/jira/browse/JDO-142
>      Project: JDO
>         Type: Improvement
>   Components: tck20
>     Reporter: Michael Bouschen
>     Assignee: Michael Bouschen

>
> Today, there are two query packages in tck20
> - org.apache.jdo.tck.query
> - org.apache.jdo.tck.query.operators
> We need to add a couple of new query test classes covering the new JDO2 query features.  This is too much for the existing packages. I propose to retsructure the existing test packages in preparation to the new query test cases. 
> The proposal is to move non-abstract query test classes to the following subpackages of org.apache.jdo.tck.query:
> - api: testing the javax.jdo.Query API methods 
> - jdoql: testing JDOQL language features
> - jdoql.keywords: JDOQL keyword related tests
> - jdoql.methods: testing methods supported by JDOQL
> - jdoql.parameters: testing queries with parameters
> - jdoql.variables: testing queries with variables
> - jdoql.operators: testing binary operators in JDOQL
> - result: testing query result handling
> The following packages will be added later along with the JDO2 test cases: 
> - org.apache.jdo.tck.query.sql: testing SQL queries executed from a Query instance
> - org.apache.jdo.tck.query.delete: testing delete queries 

-- 
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