You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2005/03/22 16:40:26 UTC

cvs commit: db-ojb/src/test/org/apache/ojb/odmg InheritanceMultipleTableTest.java

arminw      2005/03/22 07:40:26

  Modified:    src/test/org/apache/ojb/odmg Tag: OJB_1_0_RELEASE
                        InheritanceMultipleTableTest.java
  Log:
  skip known issue
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.4   +6 -1      db-ojb/src/test/org/apache/ojb/odmg/InheritanceMultipleTableTest.java
  
  Index: InheritanceMultipleTableTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/odmg/InheritanceMultipleTableTest.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- InheritanceMultipleTableTest.java	22 Mar 2005 15:04:54 -0000	1.1.2.3
  +++ InheritanceMultipleTableTest.java	22 Mar 2005 15:40:26 -0000	1.1.2.4
  @@ -30,6 +30,11 @@
   
       public void testQuery_2() throws Exception
       {
  +        if(ojbSkipKnownIssueProblem("References of classes (1:1, 1:n) mapped to multiple joined tables only" +
  +                " return base class type instances, same thing with queries against a base type"))
  +        {
  +            return;
  +        }
           long timestamp = System.currentTimeMillis();
           Long id_2 = new Long(timestamp);
           String name = "testInsert" + timestamp;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org