|
|
|
@ -9,7 +9,7 @@ const connection = {
|
|
|
|
|
/** |
|
|
|
|
* test_author_alan |
|
|
|
|
*/ |
|
|
|
|
test('DEC-11030', () => { |
|
|
|
|
test('DEC-11030 拼接url', () => { |
|
|
|
|
expect(splitUrl('localhost', '22', 'dbname', 'jdbc:pivotal:greenplum://hostname:port;dbname')).toEqual('jdbc:pivotal:greenplum://localhost:22;dbname'); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|