[OJB-developers] Junit tests for Oracle, Informix, CVS commits...
Brought to you by:
thma
From: Florian B. <bf...@fl...> - 2002-02-22 20:12:05
|
I just committed the following changes to CVS: - in build.xml added Informix and Oracle JDBC drivers to runtime classpath - in src/test/setup/db-setup.sql: Oracle does not know the type timestamp, equivalent type is DATE. - in src/test/setup/db-setup.sql: Informix does not know the type timestamp, equivalent type is DATETIME YEAR TO FRACTION - in src/test/setup/db-setup.sql: for table blob_test: Informix and Oracle both support the datatype BLOB and CLOB, therefore changed the datatype of the attributes to these types. - in src/test/setup/db-setup.sql: completed Informix JDBC driver information - in src/test/ojb/repository.xml: completed Informix driver information With these changes the JUnit test-suite should run "out of the box" for Informix and Oracle. best regards, Florian Bruckner |