From a54404aa5b03ec29a20d99bb8d3830d99acb32de Mon Sep 17 00:00:00 2001 From: Aditya Bist Date: Wed, 1 Mar 2017 13:54:51 -0800 Subject: [PATCH] Fix/batch parser tests (#261) * changing files to CRLF to change all files to LF * changed all files to LF * build on appveyor for the PR * fixed trace directory path --- .../RunEnvironmentInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.Test.Common/RunEnvironmentInfo.cs b/test/Microsoft.SqlTools.ServiceLayer.Test.Common/RunEnvironmentInfo.cs index 4e6119de..bd33e86d 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.Test.Common/RunEnvironmentInfo.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.Test.Common/RunEnvironmentInfo.cs @@ -94,7 +94,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Test.Common string assemblyDir = Path.GetDirectoryName(typeof(Scripts).GetTypeInfo().Assembly.Location); string defaultPath = Path.Combine(assemblyDir, GoUpNDirectories(4)); - traceFolderPath = Path.Combine(defaultPath, "Microsoft.SqlTools.ServiceLayer.Test.Common", "TestData"); + traceFolderPath = Path.Combine(defaultPath, "Microsoft.SqlTools.ServiceLayer.Test.Common", "Trace"); cachedTraceFolderPath = traceFolderPath; }