patch from Kris Jurka to allow the server end port to be specified when running
Dave Cramer <davec@fastcrypt.com>
patch from Kris Jurka to allow the server end port to be specified when running regression tests, this is a backpatch to 7.4
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/ConnectionPoolTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/PoolingDataSourceTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/optional/SimpleDataSourceTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3ConnectionPoolTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3PoolingDataSourceTest.java | modified | +4 −10 |
| src/interfaces/jdbc/org/postgresql/test/jdbc3/Jdbc3SimpleDataSourceTest.java | modified | +4 −11 |
| src/interfaces/jdbc/org/postgresql/test/TestUtil.java | modified | +24 −0 |