From ab225efe9888602878a7eb28b86c394acc2be3ef Mon Sep 17 00:00:00 2001 From: Aditya Bist Date: Wed, 15 Feb 2017 10:16:11 -0800 Subject: [PATCH] fixed batch parser test (#236) --- .../BatchParser/BatchParserTests.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/BatchParser/BatchParserTests.cs b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/BatchParser/BatchParserTests.cs index 26bef89e..1d4dae0d 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/BatchParser/BatchParserTests.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/BatchParser/BatchParserTests.cs @@ -113,18 +113,9 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.BatchParser } } - static void CopyToOutput(string sourceDirectory, string filename) - { - File.Copy(Path.Combine(sourceDirectory, filename), filename, true); - FileUtilities.SetFileReadWrite(filename); - } - [Fact] public void BatchParserTest() { - CopyToOutput(FilesLocation, "TS-err-cycle1.txt"); - CopyToOutput(FilesLocation, "cycle2.txt"); - Start("err-blockComment"); Start("err-blockComment2"); Start("err-varDefinition");