Fix CancelMultipleBackup test failure (#399)

* Fix cancelMultipleBackup test failure
Please enter the commit message for your changes. Lines starting

* Add semaphore to backup stub operation

* remove spaces
This commit is contained in:
Kate Shin
2017-07-05 22:12:41 -07:00
committed by GitHub
parent bcd20af05e
commit b6c8eac8fc
3 changed files with 53 additions and 29 deletions

View File

@@ -166,7 +166,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TaskServices
{
tasks.TryGetValue(taskId, out taskToCancel);
}
if(taskToCancel != null)
if (taskToCancel != null)
{
taskToCancel.Cancel();
}