You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by jd...@db.apache.org on 2005/02/14 14:41:32 UTC

[Apache JDO Wiki] Updated: QueryTests

   Date: 2005-02-14T05:41:32
   Editor: MichaelBouschen
   Wiki: Apache JDO Wiki
   Page: QueryTests
   URL: http://wiki.apache.org/jdo/QueryTests

   Fixed assertion numbers

Change Log:

------------------------------------------------------------------------------
@@ -42,11 +42,11 @@
 These are JDO 1.0 assertions w/o test class in the unimpl_tests directory.
 
 ||Assertion No.||Comment||
-||N14.4-5||Multiple identical imports||
-||N14.6-15||Query.setXXX method repalce previous values||
-||N14.6.1-7||Changing query resukt collection fails||
-||N14.6.1-8 ||pc parameter bound to different pm fails||
-||N14.6.1-10||Query with ignoreCache=false||
+||A14.4-5||Multiple identical imports||
+||A14.6-15||Query.setXXX method repalce previous values||
+||A14.6.1-7||Changing query result collection fails||
+||A14.6.1-8 ||pc parameter bound to different pm fails||
+||A14.6.1-10||Query with ignoreCache=false||
 ||A14.6.2-11||Identifier name space||
 
 = JDO TCK 2.0 Test Cases =
@@ -58,12 +58,12 @@
 The spreadsheet lists the following assertions for JDK TCK 2.0 that make sure a JDO 2.0 implementation supports the new Query API methods:
 
 ||Assertion No.||Comment||
-||N2-14.6-16||Query.setResult||
-||N2-14.6-17||Query.setGrouping||
-||N2-14.6-18||Query.setUnique||
-||N2-14.6-19||Query.setResultClass||
-||N2-14.6-20||Query.setRange||
-||N2-14.6-18||Query.setUnique||
+||A14.6-16||Query.setResult||
+||A14.6-17||Query.setGrouping||
+||A14.6-18||Query.setUnique||
+||A14.6-19||Query.setResultClass||
+||A14.6-20||Query.setRange||
+||A14.6-18||Query.setUnique||
 
 JDO adds the following methods to the Query API, but there are no assertions for these methods yet:
  * void setUnmodifiable()