Date: 2005-02-21T06:00:43 Editor: MichaelBouschen Wiki: Apache JDO Wiki Page: TechnologyCompatibilityKit URL: http://wiki.apache.org/jdo/TechnologyCompatibilityKit
Added note about assertion numbers, removed comment about annotated spec Change Log: ------------------------------------------------------------------------------ @@ -16,12 +16,19 @@ The JDO team went through the JDO specification and identified assertions the JDO TCK needs to test. An assertion consists of an assertion number and the corresponding text of the JDO specification describing what the test class needs to check. Usually an assertion is implemented by one JDO TCK test class and the test class covers one assertion. There is an assertion spreadsheet listing all the assertions with their number, text and whether they are already implemented in the current version of the JDO TCK. This assertion overview is organized in multiple sheets, one sheet per chapter of the JDO specification. You find the current version of the spreadsheet below. -'''Current version''' +'''Assertion Number''' + +An assertion number (e.g. A14.6-15) consists of the section number of the JDO spec followed by a consecutive number. Please note, a few chapters in the JDO 2.0 spec have different numbers compared to JDO 1.0. We decided to keep the assertion numbers as defined for JDO 1.0. So in the following cases the assertion number does not match the chapter number of the JDO 2.0 spec: +||Chapter||Assertion||JDO 2.0|| +||Extent||A15||19|| +||Enhancer||A20||21|| +||Interface State``Manager||A21||22|| +||JDOPermission||A22||23|| + +'''Current Spreadsheet Version''' Download the current version of the assertions spreadsheet [attachment:JdoTckAssertionsTable.sxc here]. -It is in Star``Office/Open``Office format. -This version adds new assertions to the query chapter covering JDOQL extensions in JDO 2.0. Furthermore it updates the assertions about JDOPersmissions. -You will find a version of the JDO Specification including the assertions here soon. +It is in Star``Office/Open``Office format. This version adds new assertions to the query chapter covering JDOQL extensions in JDO 2.0. Furthermore it updates the assertions about JDOPersmissions. = TCK ToDo = This is the list of tasks required to complete the JDO 2.0 TCK.