mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Add back getOptionsKey test that was reverted (#23274)
* Add back getOptionsKey test that was reverted * Add serverCapabilities to the IConnectionProfile object
This commit is contained in:
@@ -67,6 +67,7 @@ suite('SQL ConnectionManagementService tests', () => {
|
||||
savePassword: true,
|
||||
groupFullName: 'g2/g2-2',
|
||||
groupId: 'group id',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: () => { return 'connectionId'; },
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: undefined,
|
||||
|
||||
@@ -74,6 +74,7 @@ suite('Insights Dialog Controller Tests', () => {
|
||||
savePassword: true,
|
||||
groupFullName: '',
|
||||
groupId: '',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: () => '',
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: undefined,
|
||||
|
||||
@@ -35,6 +35,7 @@ suite('AsyncServerTreeDragAndDrop', () => {
|
||||
savePassword: true,
|
||||
groupFullName: 'g2/g2-2',
|
||||
groupId: 'group id',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: undefined!,
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: undefined!,
|
||||
|
||||
@@ -40,6 +40,7 @@ suite('SQL Drag And Drop Controller tests', () => {
|
||||
savePassword: true,
|
||||
groupFullName: 'g2/g2-2',
|
||||
groupId: 'group id',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: undefined!,
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: undefined!,
|
||||
@@ -59,6 +60,7 @@ suite('SQL Drag And Drop Controller tests', () => {
|
||||
savePassword: true,
|
||||
groupFullName: 'g2/g2-2',
|
||||
groupId: 'group id',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: undefined!,
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: undefined!,
|
||||
|
||||
@@ -88,6 +88,7 @@ suite('Firewall rule dialog controller tests', () => {
|
||||
savePassword: true,
|
||||
groupFullName: 'g2/g2-2',
|
||||
groupId: 'group id',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: () => '',
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: () => false,
|
||||
|
||||
Reference in New Issue
Block a user