David Van Couvering wrote: > Hi, all. I'm working on testing the toString() fix for Connections. I'm > trying to cover all the bases in terms of our various data sources.
The test jdbcapi/checkDataSource already performs tests on Connection objects from all the possible embedded sources. A test of toString() could be added to that test. Dan.
