[ http://issues.apache.org/jira/browse/DERBY-2047?page=all ]
Daniel John Debrunner resolved DERBY-2047.
------------------------------------------
Fix Version/s: 10.3.0.0
Resolution: Fixed
Committed revision 473366.
TestDataSourceFactory removed and replaced with J2EEDataSourrce and JDBCDataSource which are
independent of the old harness.
> TestDataSourceFactory doesn't work correctly outside the old harness
> --------------------------------------------------------------------
>
> Key: DERBY-2047
> URL: http://issues.apache.org/jira/browse/DERBY-2047
> Project: Derby
> Issue Type: Bug
> Components: Test
> Affects Versions: 10.3.0.0
> Reporter: Knut Anders Hatlen
> Assigned To: Daniel John Debrunner
> Fix For: 10.3.0.0
>
> Attachments: DataSource.java, derby-2047.diff, derby-2047.stat
>
>
> TestDataSourceFactory uses TestUtil to create DataSource, ConnectionPoolDataSource and
XADataSource objects. TestUtil needs to run in the old harness in order to detect which framework
it is running under, so it will create embedded data sources for all JUnit tests that are
run outside the old harness.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|