|
|
|
@ -15,7 +15,7 @@ test('DEC-11030 拼接url', () => {
|
|
|
|
|
/** |
|
|
|
|
* test_author_alan |
|
|
|
|
*/ |
|
|
|
|
test('BI-56355 如果驱动和URL均为空,则为其他jdbc', () => { |
|
|
|
|
test('BI-56355 如果数据库类型和驱动都为空,则为其他jdbc', () => { |
|
|
|
|
expect(getJdbcDatabaseType('', '').databaseType).toEqual('otherJDBC'); |
|
|
|
|
expect(getJdbcDatabaseType('mysql', '').databaseType).toEqual('mysql'); |
|
|
|
|
expect(getJdbcDatabaseType('', 'com.mysql.jdbc.Driver').databaseType).toEqual('mysql'); |
|
|
|
|