Don't call SR generated constructors (#189)

This commit is contained in:
Karl Burtram
2016-12-14 14:35:45 -08:00
committed by GitHub
parent 0bb1c39052
commit 6f15ac0b8f

View File

@@ -16,12 +16,10 @@ namespace Microsoft.SqlTools.Test.Utility
[Fact]
public void SrPropertiesTest()
{
Assert.NotNull(new SR());
Assert.NotNull(SR.QueryServiceSubsetBatchNotCompleted);
Assert.NotNull(SR.QueryServiceFileWrapperWriteOnly);
Assert.NotNull(SR.QueryServiceFileWrapperNotInitialized);
Assert.NotNull(SR.QueryServiceColumnNull);
Assert.NotNull(new SR.Keys());
}
}
}