Issue Details (XML | Word | Printable)

Key: JDO-142
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Michael Bouschen
Reporter: Michael Bouschen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Restructure query test packages

Created: 21/Sep/05 06:48 PM   Updated: 23/Apr/06 03:10 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

Resolution Date: 23/Apr/06 03:10 AM


 Description  « Hide
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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michael Bouschen made changes - 21/Sep/05 09:51 PM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Michael Bouschen made changes - 01/Nov/05 05:36 PM
Status Resolved [ 5 ] Closed [ 6 ]
Michael Bouschen made changes - 23/Apr/06 03:08 AM
Status Closed [ 6 ] Reopened [ 4 ]
Resolution Fixed [ 1 ]
Michael Bouschen made changes - 23/Apr/06 03:10 AM
Status Reopened [ 4 ] Closed [ 6 ]
Resolution Fixed [ 1 ]
Fix Version/s JDO 2 beta [ 12310683 ]