Re: [upgrade Tests] Reusing existing junit test in Uprgade test

2007-03-27 Thread V Narayanan
Daniel John Debrunner wrote: V Narayanan wrote: Hi, I am writing tests to test the StoredProcedures used in locator implementation of LOB related JDBC methods. The Stored procedures are created when the database version is 10.3 (or upon hard(full) upgrade to 10.3). Tests for the Stored Pr

Re: [upgrade Tests] Reusing existing junit test in Uprgade test

2007-03-27 Thread Daniel John Debrunner
V Narayanan wrote: Hi, I am writing tests to test the StoredProcedures used in locator implementation of LOB related JDBC methods. The Stored procedures are created when the database version is 10.3 (or upon hard(full) upgrade to 10.3). Tests for the Stored Procedure exist in the form of

[upgrade Tests] Reusing existing junit test in Uprgade test

2007-03-27 Thread V Narayanan
Hi, I am writing tests to test the StoredProcedures used in locator implementation of LOB related JDBC methods. The Stored procedures are created when the database version is 10.3 (or upon hard(full) upgrade to 10.3). Tests for the Stored Procedure exist in the form of jdbcapi/ClobStoredPr