Removing unused constants (#299)

* removing unused constants

* updating test strings

* adding edit data string

* fixing tests
This commit is contained in:
Raymond Martin
2017-04-05 15:49:44 -07:00
committed by GitHub
parent 2eb60f45c9
commit ea5b151dcd
6 changed files with 10 additions and 102 deletions

View File

@@ -72,7 +72,6 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.Utility
Assert.NotNull(ServiceLayerSr.EE_ScriptError_ParsingSyntax);
Assert.NotNull(ServiceLayerSr.EE_ScriptError_Warning);
Assert.NotNull(ServiceLayerSr.ErrorEmptyStringReplacement);
Assert.NotNull(ServiceLayerSr.ErrorUnexpectedCodeObjectType);
Assert.Null(ServiceLayerSr.HostingHeaderMissingColon);
Assert.Null(ServiceLayerSr.HostingHeaderMissingContentLengthHeader);
Assert.Null(ServiceLayerSr.HostingHeaderMissingContentLengthValue);