[pgjdbc/pgjdbc] 0c5cf4: fix:Test Case HostSpecTest , tests testShouldResol...
Dave Cramer <[email protected]> Tue, 26 Feb 2019 17:18:32 +0000 (UTC)
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 0c5cf475d35fb73d921eac922089cf4406e48c9d
https://github.com/pgjdbc/pgjdbc/commit/0c5cf475d35fb73d921eac922089cf4406e48c9d
Author: Dave Cramer <[email protected]>
Date: 2019-02-26 (Tue, 26 Feb 2019)
Changed paths:
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/Jdbc2TestSuite.java
M pgjdbc/src/test/java/org/postgresql/test/util/HostSpecTest.java
Log Message:
-----------
fix:Test Case HostSpecTest , tests testShouldResolveWithEmptySocksProxyHost and testShouldResolveWithWhiteSpaceSocksProxyHost (#1424)
Added HostSpecTest to Jdbc2TestSuite and removed duplicates from same
Fixes #1423