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 mc...@apache.org on 2007/12/19 23:32:46 UTC

svn commit: r605722 - /db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/

Author: mcaisse
Date: Wed Dec 19 14:32:45 2007
New Revision: 605722

URL: http://svn.apache.org/viewvc?rev=605722&view=rev
Log:
JDO-497 Correct assertion number

Modified:
    db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1AllRelationships.java
    db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1NoRelationships.java
    db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyAllRelationships.java
    db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyNoRelationships.java
    db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyAllRelationships.java
    db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyNoRelationships.java
    db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1To1Test.java
    db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1ToManyTest.java

Modified: db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1AllRelationships.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1AllRelationships.java?rev=605722&r1=605721&r2=605722&view=diff
==============================================================================
--- db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1AllRelationships.java (original)
+++ db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1AllRelationships.java Wed Dec 19 14:32:45 2007
@@ -30,19 +30,19 @@
  *<BR>
  *<B>Keywords:</B> mapping, managed relationships
  *<BR>
- *<B>Assertion ID:</B> A15.3-1
+ *<B>Assertion ID:</B> A15.3-14
  *<BR>
  *<B>Assertion Description: Regardless of which side changes the relationship,
  * flush (whether done as part of commit or explicitly by the user) will modify
  * the datastore to reflect the change and will update the memory model
- * for consistency.</B>
+ * for consistency...</B>
  */
 
 public class Relationship1To1AllRelationships extends AbstractRelationshipTest {
     
     String testMethod = null;
     protected String ASSERTION_FAILED =
-        "Assertion A15-3.1 (Relationship1To1AllRelationships) failed: ";
+        "Assertion A15-3.14 (Relationship1To1AllRelationships) failed: ";
     
     /**
      * The <code>main</code> is called when the class

Modified: db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1NoRelationships.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1NoRelationships.java?rev=605722&r1=605721&r2=605722&view=diff
==============================================================================
--- db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1NoRelationships.java (original)
+++ db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1To1NoRelationships.java Wed Dec 19 14:32:45 2007
@@ -29,19 +29,19 @@
  *<BR>
  *<B>Keywords:</B> mapping, managed relationships
  *<BR>
- *<B>Assertion ID:</B> A15.3-1
+ *<B>Assertion ID:</B> A15.3-14
  *<BR>
  *<B>Assertion Description: Regardless of which side changes the relationship,
  * flush (whether done as part of commit or explicitly by the user) will modify
  * the datastore to reflect the change and will update the memory model
- * for consistency.</B>
+ * for consistency...</B>
  */
 
 public class Relationship1To1NoRelationships extends AbstractRelationshipTest {
     
     String testMethod = null;
     protected String ASSERTION_FAILED =
-        "Assertion A15-3.1 (Relationship1To1NoRelationships) failed: ";
+        "Assertion A15-3.14 (Relationship1To1NoRelationships) failed: ";
     
     Object emp1Oid = null;
     Object emp2Oid = null;

Modified: db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyAllRelationships.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyAllRelationships.java?rev=605722&r1=605721&r2=605722&view=diff
==============================================================================
--- db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyAllRelationships.java (original)
+++ db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyAllRelationships.java Wed Dec 19 14:32:45 2007
@@ -33,19 +33,19 @@
  *<BR>
  *<B>Keywords:</B> mapping, managed relationships
  *<BR>
- *<B>Assertion ID:</B> A15.3-1
+ *<B>Assertion ID:</B> A15.3-14
  *<BR>
  *<B>Assertion Description: Regardless of which side changes the relationship,
  * flush (whether done as part of commit or explicitly by the user) will modify
  * the datastore to reflect the change and will update the memory model
- * for consistency.</B>
+ * for consistency...</B>
  */
 
 public class Relationship1ToManyAllRelationships extends AbstractRelationshipTest {
     
     String testMethod = null;
     protected String ASSERTION_FAILED =
-        "Assertion A15-3.1 (Relationship1ToManyAllRelationships) failed: ";
+        "Assertion A15-3.14 (Relationship1ToManyAllRelationships) failed: ";
     
     Object emp1Oid = null;
     Object dept1Oid = null;

Modified: db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyNoRelationships.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyNoRelationships.java?rev=605722&r1=605721&r2=605722&view=diff
==============================================================================
--- db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyNoRelationships.java (original)
+++ db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/Relationship1ToManyNoRelationships.java Wed Dec 19 14:32:45 2007
@@ -31,19 +31,19 @@
  *<BR>
  *<B>Keywords:</B> mapping, managed relationships
  *<BR>
- *<B>Assertion ID:</B> A15.3-1
+ *<B>Assertion ID:</B> A15.3-14
  *<BR>
  *<B>Assertion Description: Regardless of which side changes the relationship,
  * flush (whether done as part of commit or explicitly by the user) will modify
  * the datastore to reflect the change and will update the memory model
- * for consistency.</B>
+ * for consistency...</B>
  */
 
 public class Relationship1ToManyNoRelationships extends AbstractRelationshipTest {
     
     String testMethod = null;
     protected String ASSERTION_FAILED =
-        "Assertion A15-3.1 (Relationship1ToManyNoRelationships) failed: ";
+        "Assertion A15-3.14 (Relationship1ToManyNoRelationships) failed: ";
     
     Object emp1Oid = null;
     Object dept1Oid = null;

Modified: db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyAllRelationships.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyAllRelationships.java?rev=605722&r1=605721&r2=605722&view=diff
==============================================================================
--- db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyAllRelationships.java (original)
+++ db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyAllRelationships.java Wed Dec 19 14:32:45 2007
@@ -34,12 +34,12 @@
  *<BR>
  *<B>Keywords:</B> mapping, managed relationships
  *<BR>
- *<B>Assertion ID:</B> A15.3-1
+ *<B>Assertion ID:</B> A15.3-14
  *<BR>
  *<B>Assertion Description: Regardless of which side changes the relationship,
  * flush (whether done as part of commit or explicitly by the user) will modify
  * the datastore to reflect the change and will update the memory model
- * for consistency.</B>
+ * for consistency...</B>
  */
 
 public class RelationshipManyToManyAllRelationships
@@ -47,7 +47,7 @@
     
     String testMethod = null;
     protected String ASSERTION_FAILED =
-            "Assertion A15-3.1 (RelationshipManyToManyAllRelationships) failed: ";
+            "Assertion A15-3.14 (RelationshipManyToManyAllRelationships) failed: ";
 
             Object emp1Oid = null;
             Object proj1Oid = null;

Modified: db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyNoRelationships.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyNoRelationships.java?rev=605722&r1=605721&r2=605722&view=diff
==============================================================================
--- db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyNoRelationships.java (original)
+++ db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipManyToManyNoRelationships.java Wed Dec 19 14:32:45 2007
@@ -32,19 +32,19 @@
  *<BR>
  *<B>Keywords:</B> mapping, managed relationships
  *<BR>
- *<B>Assertion ID:</B> A15.3-1
+ *<B>Assertion ID:</B> A15.3-14
  *<BR>
  *<B>Assertion Description: Regardless of which side changes the relationship,
  * flush (whether done as part of commit or explicitly by the user) will modify
  * the datastore to reflect the change and will update the memory model
- * for consistency.</B>
+ * for consistency...</B>
  */
 
 public class RelationshipManyToManyNoRelationships extends AbstractRelationshipTest {
     
     String testMethod = null;
     protected String ASSERTION_FAILED =
-        "Assertion A15-3.1 (RelationshipManyToManyNoRelationships) failed: ";
+        "Assertion A15-3.14 (RelationshipManyToManyNoRelationships) failed: ";
     
     Object emp1Oid = null;
     Object proj1Oid = null;

Modified: db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1To1Test.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1To1Test.java?rev=605722&r1=605721&r2=605722&view=diff
==============================================================================
--- db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1To1Test.java (original)
+++ db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1To1Test.java Wed Dec 19 14:32:45 2007
@@ -31,19 +31,19 @@
  *<BR>
  *<B>Keywords:</B> mapping, managed relationships
  *<BR>
- *<B>Assertion ID:</B> A15.3-1
+ *<B>Assertion ID:</B> A15.3-14
  *<BR>
  *<B>Assertion Description: Regardless of which side changes the relationship,
  * flush (whether done as part of commit or explicitly by the user) will modify
  * the datastore to reflect the change and will update the memory model
- * for consistency.</B>
+ * for consistency...</B>
  */
 
 public class RelationshipNegative1To1Test extends AbstractRelationshipTest {
     
     String testMethod = null;
     protected String ASSERTION_FAILED =
-        "Assertion A15-3.1 (RelationshipNegative1To1Test) failed: ";
+        "Assertion A15-3.14 (RelationshipNegative1To1Test) failed: ";
     
     Object emp1Oid = null;
     Object emp2Oid = null;

Modified: db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1ToManyTest.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1ToManyTest.java?rev=605722&r1=605721&r2=605722&view=diff
==============================================================================
--- db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1ToManyTest.java (original)
+++ db/jdo/trunk/tck2/src/java/org/apache/jdo/tck/mapping/RelationshipNegative1ToManyTest.java Wed Dec 19 14:32:45 2007
@@ -30,19 +30,19 @@
  *<BR>
  *<B>Keywords:</B> mapping, managed relationships
  *<BR>
- *<B>Assertion ID:</B> A15.3-1
+ *<B>Assertion ID:</B> A15.3-14
  *<BR>
  *<B>Assertion Description: Regardless of which side changes the relationship,
  * flush (whether done as part of commit or explicitly by the user) will modify
  * the datastore to reflect the change and will update the memory model
- * for consistency.</B>
+ * for consistency...</B>
  */
 
 public class RelationshipNegative1ToManyTest extends AbstractRelationshipTest {
     
     String testMethod = null;
     protected String ASSERTION_FAILED =
-        "Assertion A15-3.1 (RelationshipNegative1ToManyTest) failed: ";
+        "Assertion A15-3.14 (RelationshipNegative1ToManyTest) failed: ";
     
     Object emp1Oid = null;
     Object dept1Oid = null;