Author: arminw
Date: Fri Oct 13 11:20:03 2006
New Revision: 463765
URL: http://svn.apache.org/viewvc?view=rev&rev=463765
Log:
add autoincrement="true" for TreeTest
Modified:
db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml
Modified: db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml
URL:
http://svn.apache.org/viewvc/db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml?view=diff&rev=463765&r1=463764&r2=463765
==============================================================================
--- db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml (original)
+++ db/ojb/trunk/src/test/org/apache/ojb/repository_junit.xml Fri Oct 13
11:20:03 2006
@@ -1919,6 +1919,7 @@
column="ID"
jdbc-type="INTEGER"
primarykey="true"
+ autoincrement="true"
/>
<field-descriptor
name="data"
@@ -1951,6 +1952,7 @@
column="ID"
jdbc-type="INTEGER"
primarykey="true"
+ autoincrement="true"
/>
<field-descriptor
name="data"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]