mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
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:
@@ -94,7 +94,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Test.Common
|
|||||||
|
|
||||||
string assemblyDir = Path.GetDirectoryName(typeof(Scripts).GetTypeInfo().Assembly.Location);
|
string assemblyDir = Path.GetDirectoryName(typeof(Scripts).GetTypeInfo().Assembly.Location);
|
||||||
string defaultPath = Path.Combine(assemblyDir, GoUpNDirectories(4));
|
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;
|
cachedTraceFolderPath = traceFolderPath;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user