mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 17:23:51 -05:00
Azure pane in connection dialog (#11736)
* azure pane in connection dialog * fix layering * fix issues * fix test * more test fixes * add back double click to connect for non-contributed views
This commit is contained in:
@@ -40,14 +40,17 @@ suite('ConnectionDialogService tests', () => {
|
||||
new TestCapabilitiesService());
|
||||
(connectionDialogService as any)._connectionManagementService = mockConnectionManagementService.object;
|
||||
mockConnectionDialog = TypeMoq.Mock.ofType(ConnectionDialogWidget, TypeMoq.MockBehavior.Strict,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined, // providerDisplayNameOptions
|
||||
undefined, // selectedProviderType
|
||||
undefined, // providerNameToDisplayNameMap
|
||||
undefined, // instantiationService
|
||||
undefined, // connectionManagementService
|
||||
undefined, // contextMenuService
|
||||
undefined, // contextViewService
|
||||
{ getViewContainerById: () => ({}), getViewContainerModel: () => ({}) }, // viewDescriptorService
|
||||
undefined, // themeService
|
||||
undefined, // layoutService
|
||||
undefined, // telemetryService
|
||||
new MockContextKeyService()
|
||||
);
|
||||
mockConnectionDialog.setup(c => c.resetConnection());
|
||||
|
||||
Reference in New Issue
Block a user