Stop OE connection spinner when user closes connection dialog (#2777)

This commit is contained in:
Matt Irvine
2018-10-05 14:14:19 -07:00
committed by GitHub
parent 48b899b5d0
commit 8a8745701b
8 changed files with 27 additions and 7 deletions

View File

@@ -56,7 +56,8 @@ suite('ConnectionDialogService tests', () => {
onConnectStart: undefined,
onConnectSuccess: undefined,
onConnectReject: undefined,
onDisconnect: undefined
onDisconnect: undefined,
onConnectCanceled: undefined
},
runQueryOnCompletion: undefined,
querySelection: undefined

View File

@@ -259,6 +259,7 @@ suite('SQL ConnectionManagementService tests', () => {
onConnectStart: undefined,
onDisconnect: undefined,
onConnectSuccess: undefined,
onConnectCanceled: undefined,
uri: 'Editor Uri'
},
runQueryOnCompletion: RunQueryOnConnectionMode.executeQuery
@@ -279,6 +280,7 @@ suite('SQL ConnectionManagementService tests', () => {
onConnectStart: undefined,
onDisconnect: undefined,
onConnectSuccess: undefined,
onConnectCanceled: undefined,
uri: 'Editor Uri'
},
runQueryOnCompletion: RunQueryOnConnectionMode.executeQuery
@@ -348,6 +350,7 @@ suite('SQL ConnectionManagementService tests', () => {
onConnectReject: undefined,
onConnectStart: undefined,
onDisconnect: undefined,
onConnectCanceled: undefined,
uri: uri
},
querySelection: undefined,
@@ -661,6 +664,7 @@ suite('SQL ConnectionManagementService tests', () => {
onConnectReject: undefined,
onConnectStart: undefined,
onDisconnect: undefined,
onConnectCanceled: undefined,
uri: uri
},
querySelection: undefined,