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
This commit is contained in:
Aditya Bist
2017-03-01 13:54:51 -08:00
committed by GitHub
parent 0d99b36cc1
commit a54404aa5b

View File

@@ -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;
}