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 2006/06/23 21:04:59 UTC

svn commit: r416799 - /db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_junit.xml

Author: arminw
Date: Fri Jun 23 12:04:58 2006
New Revision: 416799

URL: http://svn.apache.org/viewvc?rev=416799&view=rev
Log:
rollback changes in QuotedTest, because maxDB, hsql, oracle fails with changed column names

Modified:
    db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_junit.xml

Modified: db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_junit.xml
URL: http://svn.apache.org/viewvc/db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_junit.xml?rev=416799&r1=416798&r2=416799&view=diff
==============================================================================
--- db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_junit.xml (original)
+++ db/ojb/branches/OJB_1_0_RELEASE/src/test/org/apache/ojb/repository_junit.xml Fri Jun 23 12:04:58 2006
@@ -2928,18 +2928,18 @@
    <class-descriptor
    	  class="org.apache.ojb.broker.QuotedTest$QuotedArticle"
    	  proxy="dynamic"
-   	  table="'quoted_article'"
+   	  table="'QUOTED_ARTICLE'"
    >
       <field-descriptor
          name="articleId"
-         column="'article_id'"
+         column="'ARTICLE_ID'"
          jdbc-type="INTEGER"
          primarykey="true"
          autoincrement="true"
       />
       <field-descriptor
          name="articleName"
-         column="'article_name'"
+         column="'ARTICLE_NAME'"
          jdbc-type="VARCHAR"
       />
       <field-descriptor
@@ -2950,7 +2950,7 @@
       />
       <field-descriptor
          name="unit"
-         column="'unit'"
+         column="'UNIT'"
          jdbc-type="VARCHAR"
       />
       <field-descriptor



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