Removed cases where we set integrated security by default to fix linux issue

This commit is contained in:
Mitchell Sternke
2016-09-02 17:53:02 -07:00
parent baebaeb0c4
commit 4b35d77214
2 changed files with 1 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Test.Connection
/// </summary>
[Theory]
[InlineData("AuthenticationType", "Integrated", "Integrated Security")]
[InlineData("AuthenticationType", "SqlLogin", "Integrated Security")]
[InlineData("AuthenticationType", "SqlLogin", "")]
[InlineData("Encrypt", true, "Encrypt")]
[InlineData("Encrypt", false, "Encrypt")]
[InlineData("TrustServerCertificate", true, "TrustServerCertificate")]