Merge branch 'dev' into dev_langservice

This commit is contained in:
Karl Burtram
2016-07-24 11:15:47 -07:00
8 changed files with 232 additions and 6 deletions

View File

@@ -3,8 +3,6 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
#define USE_LIVE_CONNECTION
using System.Threading.Tasks;
using Microsoft.SqlTools.Test.Utility;
using Xunit;
@@ -51,8 +49,7 @@ namespace Microsoft.SqlTools.Test.Connection
);
// connect to a database instance
var connectionResult = TestObjects.GetTestConnectionService()
.Connect(TestObjects.GetTestConnectionDetails());
var connectionResult = connectionService.Connect(TestObjects.GetTestConnectionDetails());
// verify that a valid connection id was returned
Assert.True(callbackInvoked);